 | CARCMAPChangeSize Method |
Changes the custom page size of the ArcGIS Map document.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ChangeSize(
double x,
double y
)
public static void ChangeSize(
double x,
double y
)
Public Shared Sub ChangeSize (
x As Double,
y As Double
)
Public Shared Sub ChangeSize (
x As Double,
y As Double
)
public:
static void ChangeSize(
double x,
double y
)
public:
static void ChangeSize(
double x,
double y
)
static member ChangeSize :
x : float *
y : float -> unit
static member ChangeSize :
x : float *
y : float -> unit
Parameters
- x
- Type: SystemDouble
X Size (mm) - y
- Type: SystemDouble
Y Size (mm)
See Also