DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.Name | Methods | Properties
Unique internal identifier for aggregator type. Used for config persistence and registry. Read-only.
// C# public String Name { get {} }
' VisualBasic Public Property Name As String Get End Get End Property
// Oxygene public property Name : String read;
| Type |
|---|
| string String |
PURPOSE:Identify aggregator type uniquely. Used for config file sections, registry lookups, and serialization. Typically lowercase class name or convention (e.g., 'binning', 'clustering').
BEHAVIOR:Read-only string set in constructor. Immutable for aggregator lifetime. Matches aggregator registry entries.
USAGE:Reference aggregator:if aggregator.Name = 'binning' then { handle binning aggregator }
CONSTRAINTS:Read-only. Unique within layer. Convention- based (no enforced format).