Click or drag to resize

CMVIEWDeletePlane Method

Delete a plane in a view

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void DeletePlane(
	int plane,
	int del_grp
)

public void DeletePlane(
	int plane,
	int del_grp
)

Parameters

plane
Type: SystemInt32
Plane number to delete
del_grp
Type: SystemInt32
TRUE to delete all groups on the plane
Remarks
If the groups on the plane are not deleted, they will remain in the 3D view as "New" groups but will be unassigned to a plane. The SetAllNewGroupsToPlane function can be used to assign these groups to a different plane.
See Also