Click or drag to resize

CMVIEWAggregateToPlane Method

Add an aggregate to a view plane.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
public void AggregateToPlane(
	CAGG agg,
	string name,
	int plane
)

public void AggregateToPlane(
	CAGG agg,
	string name,
	int plane
)

Parameters

agg
Type: GeoEngine.Core.GXNetXCAGG
Aggregate
name
Type: SystemString
Aggregate name Maximum length is <define>MVIEW_NAME_LENGTH</define>
plane
Type: SystemInt32
Plane number
Remarks
If a plane is not horizontal, then AGG needs to know how the oriented grid will project onto it in order to configure its rendering. There is no need to call SetGroupToPlane_MVIEW.
See Also