Namespace:
EGIS.ShapeFileLib
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Function GetClosestShape ( _ centre As PointD, _ radius As Double, _ <OutAttribute> ByRef polylineDistanceInfo As PolylineDistanceInfo _ ) As Integer |
C# |
---|
public int GetClosestShape( PointD centre, double radius, out PolylineDistanceInfo polylineDistanceInfo ) |
Visual C++ |
---|
public: int GetClosestShape( PointD centre, double radius, [OutAttribute] PolylineDistanceInfo% polylineDistanceInfo ) |
JavaScript |
---|
function getClosestShape(centre, radius, polylineDistanceInfo); |
Parameters
- centre
- Type: EGIS.ShapeFileLib..::..PointD
- radius
- Type: System..::..Double
- polylineDistanceInfo
- Type: EGIS.ShapeFileLib..::..PolylineDistanceInfo%