 | CARCMAPQuerySize Method |
Query the page size in mm of the entire map page.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void QuerySize(
ref double x,
ref double y
)
public static void QuerySize(
ref double x,
ref double y
)
Public Shared Sub QuerySize (
ByRef x As Double,
ByRef y As Double
)
Public Shared Sub QuerySize (
ByRef x As Double,
ByRef y As Double
)
public:
static void QuerySize(
double% x,
double% y
)
public:
static void QuerySize(
double% x,
double% y
)
static member QuerySize :
x : float byref *
y : float byref -> unit
static member QuerySize :
x : float byref *
y : float byref -> unit
Parameters
- x
- Type: SystemDouble
X Size (mm) - y
- Type: SystemDouble
Y Size (mm)
See Also