Click or drag to resize

CMVIEWSetPlaneIPJ Method

Note: This API is now obsolete.

Set the Plane Projection

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public void SetPlaneIPJ(
	int plane,
	CIPJ ipj
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public void SetPlaneIPJ(
	int plane,
	CIPJ ipj
)

Parameters

plane
Type: SystemInt32
Plane index
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection
Remarks
By default it is the View's Clip Projection
See Also