DK for ActiveX | TatukGIS_XDK11.ITGIS_Layer.Statistics | Methods | Properties
Layer statistics engine
// C# public TGIS_StatisticsAbstract Statistics { get {} set {} }
' VisualBasic Public Property Statistics As TGIS_StatisticsAbstract Get End Get Set(ByVal value As TGIS_StatisticsAbstract) End Set End Property
// Oxygene public property Statistics : TGIS_StatisticsAbstract read read;