DK11 for ActiveX | TatukGIS_XDK11.TGIS_StatisticsItem | Classes | Methods | Properties
General class for storing single statistical value. Must be derived.
// C# public class TGIS_StatisticsItem : ITGIS_StatisticsItem { }
' VisualBasic Public Class TGIS_StatisticsItem Implements ITGIS_StatisticsItem End Class
// Oxygene type TGIS_StatisticsItem = public class end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Create_ | public | Create statistics item. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
ToString | public | Prepare string representation of statistical value. | |
Name | Visibility | Description | |
---|---|---|---|
Calculated | public | True if statistical value is calculated; False otherwise. | |
Name | public | Name of statistical value stored in item. | |
Params | public | Function parameters used in calculations. | |
Requested | public | True if statistical value is requested; False otherwise. | |