DK11 for .NET | TatukGIS.NDK.TGIS_Shape.GetPartSize | Constructors | Fields | Methods | Properties
Calculates the count of points in a given part
// C# public int GetPartSize( int _part );
' VisualBasic Public Function GetPartSize( ByVal _part As Integer ) As Integer
// Oxygene public function GetPartSize( _part : Integer ) : Integer; virtual;
Name | Type | Description |
---|---|---|
_part | int Integer | part number |
Type | Description |
---|---|
int Integer | Number of points in a part. |