DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Distance2Shape | Methods | Properties
Calculate planar distance between two shapes.
// C# public double Distance2Shape( ITGIS_Shape _shp );
' VisualBasic Public Function Distance2Shape( ByVal _shp As ITGIS_Shape ) As Double
// Oxygene public function Distance2Shape( _shp : ITGIS_Shape ) : Double;
Name | Type | Description |
---|---|---|
_shp | ITGIS_Shape | reference shape |
Type | Description |
---|---|
double Double | Distance in map units. |