Gets the 3d distance at given point along the FeatureLine.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public double Get3dDistanceAtPoint( Point3d pt )
Visual Basic
Public Function Get3dDistanceAtPoint ( _ pt As Point3d _ ) As Double
Visual C++
public: double Get3dDistanceAtPoint( Point3d pt )
Parameters
- pt
- Type: Point3d
The specified point on the feature line.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when: The specified point is not on the feature line. |