Click or drag to resize

CMVIEWPolyAggregate Method

Note: This API is now obsolete.

Add a PolyAggregate to a view.

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 PolyAggregate(
	CAGG pagg,
	string name
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public void PolyAggregate(
	CAGG pagg,
	string name
)

Parameters

pagg
Type: GeoEngine.Core.GXNetXCAGG
PolyAggregate
name
Type: SystemString
PolyAggregate name (Maximum length is <define>MVIEW_NAME_LENGTH</define>)
Remarks
This creates an animation on the map.
See Also