DK11 for .NET | TatukGIS.NDK.TGIS_Shape.PartLengthCS | Constructors | Fields | Methods | Properties
Calculate the length of a shape part.
// C# public virtual double PartLengthCS( int _part );
' VisualBasic Public Overridable Function PartLengthCS( ByVal _part As Integer ) As Double
// Oxygene public function PartLengthCS( _part : Integer ) : Double; virtual;
Name | Type | Description |
---|---|---|
_part | int Integer | number of the part closest to a given point |
Type | Description |
---|---|
double Double | Part length in meters (or -1 if map units if CS is not defined). |