DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.getStatistics | Constructors | Fields | Methods | Properties | Events
Parse label string (to expand fields etc.).
// C# protected Variant getStatistics( string _field, string _function );
' VisualBasic Protected Function getStatistics( ByVal _field As String, ByVal _function As String ) As Variant
// Oxygene protected function getStatistics( _field : String; _function : String ) : Variant;
Name | Type | Description |
---|---|---|
_field | string String | source field of statistics |
_function | string String | name of statistical function |
Type | Description |
---|---|
Variant | Value of statistics or null. |