 | CIPJSetVCS Method |
Set the Vertical Coordinate System in the IPJ name string
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetVCS(
string str_val
)
public void SetVCS(
string str_val
)
Public Sub SetVCS (
str_val As String
)
Public Sub SetVCS (
str_val As String
)
public:
void SetVCS(
String^ str_val
)
public:
void SetVCS(
String^ str_val
)
member SetVCS :
str_val : string -> unit
member SetVCS :
str_val : string -> unit
Parameters
- str_val
- Type: SystemString
New name (See Valid inputs above).
Remarks
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
See Also