Click or drag to resize
CMVIEWGetAggregate Method
Get an existing Aggregate object from the view.

Available since Oasis montaj version: 9.2
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This method returns a cached object owned by the MVIEW and will be destroyed automatically when the MVIEW is disposed
Syntax
public CAGG GetAggregate(
	int group
)

Parameters

group
Type: SystemInt32
Group number

Return Value

Type: CAGG
AGG object
See Also