PipeGetPointAtParam Method |
Gets a 3d point for the given parameter.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point3d GetPointAtParam(
double paramInterval
)
Public Function GetPointAtParam (
paramInterval As Double
) As Point3d
public:
Point3d GetPointAtParam(
double paramInterval
)
Parameters
- paramInterval Double
- The scale of the returned point on the pipe.
Return Value
Point3d
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the value of paramInterval is out of interval [0.0, 1.0].
|
See Also