 | CIMGGetInfo Method |
Retrieves location information about this image.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetInfo(
ref double dx,
ref double dy,
ref double xo,
ref double yo,
ref double rot
)
public void GetInfo(
ref double dx,
ref double dy,
ref double xo,
ref double yo,
ref double rot
)
Public Sub GetInfo (
ByRef dx As Double,
ByRef dy As Double,
ByRef xo As Double,
ByRef yo As Double,
ByRef rot As Double
)
Public Sub GetInfo (
ByRef dx As Double,
ByRef dy As Double,
ByRef xo As Double,
ByRef yo As Double,
ByRef rot As Double
)
public:
void GetInfo(
double% dx,
double% dy,
double% xo,
double% yo,
double% rot
)
public:
void GetInfo(
double% dx,
double% dy,
double% xo,
double% yo,
double% rot
)
member GetInfo :
dx : float byref *
dy : float byref *
xo : float byref *
yo : float byref *
rot : float byref -> unit
member GetInfo :
dx : float byref *
dy : float byref *
xo : float byref *
yo : float byref *
rot : float byref -> unit
Parameters
- dx
- Type: SystemDouble
X element separation - dy
- Type: SystemDouble
Y element separation - xo
- Type: SystemDouble
X location of first point - yo
- Type: SystemDouble
Y location of first point - rot
- Type: SystemDouble
Grid X axis rotation deg. CCW from reference X
See Also