 | CMAPCreateLinked3DView Method |
Create a 3D View in this map that is linked to a MVIEW in a 3D View file.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void CreateLinked3DView(
CMVIEW mview,
string view_name,
double min_x,
double min_y,
double max_x,
double max_y
)
public void CreateLinked3DView(
CMVIEW mview,
string view_name,
double min_x,
double min_y,
double max_x,
double max_y
)
Public Sub CreateLinked3DView (
mview As CMVIEW,
view_name As String,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double
)
Public Sub CreateLinked3DView (
mview As CMVIEW,
view_name As String,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double
)
public:
void CreateLinked3DView(
CMVIEW^ mview,
String^ view_name,
double min_x,
double min_y,
double max_x,
double max_y
)
public:
void CreateLinked3DView(
CMVIEW^ mview,
String^ view_name,
double min_x,
double min_y,
double max_x,
double max_y
)
member CreateLinked3DView :
mview : CMVIEW *
view_name : string *
min_x : float *
min_y : float *
max_x : float *
max_y : float -> unit
member CreateLinked3DView :
mview : CMVIEW *
view_name : string *
min_x : float *
min_y : float *
max_x : float *
max_y : float -> unit
Parameters
- mview
- Type: GeoEngine.Core.GXNetXCMVIEW
3DV's 3D MVIEW - view_name
- Type: SystemString
New view name - min_x
- Type: SystemDouble
X minimum in mm - min_y
- Type: SystemDouble
Y minimun in mm - max_x
- Type: SystemDouble
X maximum in mm - max_y
- Type: SystemDouble
Y maximum in mm
See Also