User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_dynamicaggregatorabstract.name

Table of Contents

ITGIS_DynamicAggregatorAbstract.Name property

DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.Name | Methods | Properties

Unique internal identifier for aggregator type. Used for config persistence and registry. Read-only.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public String Name
{
  get {}
}
' VisualBasic
Public Property Name As String
  Get
  End Get
End Property
// Oxygene
public
  property Name : String read;

Value

Type
string
String

Remarks

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).

2026/06/12 22:16

Page Tools