Gets a 3d point for the given parameter.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public Point3d GetPointAtParam(
double paramInterval
) |
Visual Basic |
---|
Public Function GetPointAtParam ( _
paramInterval As Double _
) As Point3d |
Visual C++ |
---|
public:
Point3d GetPointAtParam(
double paramInterval
) |
Parameters
- paramInterval
- Type: System..::..Double
The scale of the returned point on the pipe.
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the value of paramInterval is out of interval [0.0, 1.0].
|
See Also