Click or drag to resize
CIPJSetVCS Method
Set the Verical Coordinate System in the IPJ name string

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The vertical coordinate system (vcs) describes the datum used for vertical coordinates. The vcs name, if known, will appear in square brackets as part of the coordinate system name. Examples: "WGS 84 [geoid]" "WGS 84 / UTM zone 12S" - the vcs is not known. "WGS 84 / UTM zone 12S [NAVD88]" Valid inputs: "NAVD88" - Clears existing vcs, if any, and sets the VCS name to "NAVD88". "" - Clears the vcs
Syntax
public void SetVCS(
	string str1
)

Parameters

str1
Type: SystemString
New name (See Valid inputs above).
See Also