DK11 for .NET | TatukGIS.NDK.TGIS_ShapePolygon.PartLength | Constructors | Fields | Methods | Properties
Calculate the length of a shape part.
Overrides TGIS_Shape.PartLength.
// C# public override double PartLength( int _part );
' VisualBasic Public Overrides Function PartLength( ByVal _part As Integer ) As Double
// Oxygene public function PartLength( _part : Integer ) : Double; override;
Name | Type | Description |
---|---|---|
_part | int Integer | number of the part closest to a given point |
Type | Description |
---|---|
double Double | Part length in map units. |