 | CSEGYREADERGetXYUnits Method (String) |
Get the currently-specified xy-units.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetXYUnits(
ref string xy_units
)
public void GetXYUnits(
ref string xy_units
)
Public Sub GetXYUnits (
ByRef xy_units As String
)
Public Sub GetXYUnits (
ByRef xy_units As String
)
public:
void GetXYUnits(
String^% xy_units
)
public:
void GetXYUnits(
String^% xy_units
)
member GetXYUnits :
xy_units : string byref -> unit
member GetXYUnits :
xy_units : string byref -> unit
Parameters
- xy_units
- Type: SystemString
The name of the units.
See Also