DK11 for ActiveX | TatukGIS_XDK11.ITGIS_StatisticsItemInteger | Interfaces | Methods | Properties
Class for storing integer statistical value.
// C# public interface ITGIS_StatisticsItemInteger: ITGIS_StatisticsItem { }
' VisualBasic Public Interface ITGIS_StatisticsItemInteger Implements ITGIS_StatisticsItem End Class
// Oxygene type ITGIS_StatisticsItemInteger = public interface( ITGIS_StatisticsItem ) 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 | Integer statistical value. | |