PipeGetParamAtPoint Method |
Gets the scale on the pipe for the given point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double GetParamAtPoint(
Point3d point
)
Public Function GetParamAtPoint (
point As Point3d
) As Double
public:
double GetParamAtPoint(
Point3d point
)
Parameters
- point Point3d
- The point used to get the scale on the pipe.
Return Value
Double
See Also