Click or drag to resize

CMVIEWGetPlaneIPJ Method

Note: This API is now obsolete.

Get 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 GetPlaneIPJ(
	int plane,
	CIPJ ipj
)

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

Parameters

plane
Type: SystemInt32
Plane index
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection object returning Plane Projection
See Also