 | CMVIEWIGetDefPlane Method (String, Int32) |
Get the default drawing plane.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetDefPlane(
ref string name,
int length
)
public void IGetDefPlane(
ref string name,
int length
)
Public Sub IGetDefPlane (
ByRef name As String,
length As Integer
)
Public Sub IGetDefPlane (
ByRef name As String,
length As Integer
)
public:
void IGetDefPlane(
String^% name,
int length
)
public:
void IGetDefPlane(
String^% name,
int length
)
member IGetDefPlane :
name : string byref *
length : int -> unit
member IGetDefPlane :
name : string byref *
length : int -> unit
Parameters
- name
- Type: SystemString
Name - length
- Type: SystemInt32
Maximum name length
Remarks
2D drawing to a 3D View will always be placed on the
default drawing plane. If no default drawing plane
has been set, the first valid plane in the view is
used as the default drawing plane.
See Also