Click or drag to resize
CIPJIGetGXF Method (String, String, String, String, String)
Store coordinate system in GXF style strings.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
See GXF revision 3 for string descriptions All strings must be the same length, 160 (<define>STR_GXF</define>) recommended. Strings too short will be truncated.
Syntax
public void IGetGXF(
	ref string str1,
	ref string str2,
	ref string str3,
	ref string str4,
	ref string str5
)

Parameters

str1
Type: SystemString
Projection name
str2
Type: SystemString
Datum name, major axis, elipticity
str3
Type: SystemString
Method name, parameters
str4
Type: SystemString
Unit name, factor
str5
Type: SystemString
Local transform name,dX,dY,dZ,rX,rY,rZ,Scale
See Also