Click or drag to resize

CMVIEWSetDefPlane Method

Set the default drawing plane.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetDefPlane(
	string name
)

public void SetDefPlane(
	string name
)

Parameters

name
Type: SystemString
Name
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