Gets a 3d point for the given parameter.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public Point3d GetPointAtParam( double paramInterval )
VB
Public Function GetPointAtParam ( paramInterval As Double ) As Point3d
C++
public: Point3d GetPointAtParam( double paramInterval )
Parameters
- paramInterval Double
- The scale of the returned point on the pipe.
Return Value
Point3dExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the value of paramInterval is out of interval [0.0, 1.0]. |