FeatureLineGet3dDistanceAtPoint Method |
Gets the 3d distance at given point along the FeatureLine.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic double Get3dDistanceAtPoint(
Point3d pt
)
Public Function Get3dDistanceAtPoint (
pt As Point3d
) As Double
public:
double Get3dDistanceAtPoint(
Point3d pt
)
Parameters
- pt Point3d
- The specified point on the feature line.
Return Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when:
The specified point is not on the feature line.
|
See Also