Click or drag to resize

CMVIEWiFindPlane Method

Find 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 int iFindPlane(
	string plane
)

public int iFindPlane(
	string plane
)

Parameters

plane
Type: SystemString
Name of the plane

Return Value

Type: Int32
Plane number, -1 if not found
See Also