Click or drag to resize

CIPJSetMethodParm Method

Set projection method parameter

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetMethodParm(
	int parm,
	double parm_value
)

public void SetMethodParm(
	int parm,
	double parm_value
)

Parameters

parm
Type: SystemInt32
<define>IPJ_CSP</define>
parm_value
Type: SystemDouble
Parameter value
Remarks
If parameter is not valid, nothing happens.
See Also