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.  It only appears if a vertical coordinate system is known. Examples: "WGS 84 [geoid]" "WGS 84 / UTM zone 12S" - the vcs is not known. Valid inputs: "geoid" - Clears any existing vcs, then sets the VCS name to the input. "" - Clears the VCS from the name
Syntax
public void SetVCS(
	string str1
)

Parameters

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