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