DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.GetPartSize | 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;
Name | Type | Description |
---|---|---|
_part | int Integer | part number |
Type | Description |
---|---|
int Integer | Number of points in a part. |