Click or drag to resize

CMVIEWGetPlaneIPJ Method

Note: This API is now obsolete.

Get the Plane Projection

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.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.GXNetCIPJ
Projection object returning Plane Projection
See Also