 | CSEGYREADERGetXYUnits Method (String, Int32) |
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,
int xy_units_length
)
public void GetXYUnits(
ref string xy_units,
int xy_units_length
)
Public Sub GetXYUnits (
ByRef xy_units As String,
xy_units_length As Integer
)
Public Sub GetXYUnits (
ByRef xy_units As String,
xy_units_length As Integer
)
public:
void GetXYUnits(
String^% xy_units,
int xy_units_length
)
public:
void GetXYUnits(
String^% xy_units,
int xy_units_length
)
member GetXYUnits :
xy_units : string byref *
xy_units_length : int -> unit
member GetXYUnits :
xy_units : string byref *
xy_units_length : int -> unit
Parameters
- xy_units
- Type: SystemString
The name of the units. - xy_units_length
- Type: SystemInt32
See Also