Gets the points on the surface along the specified line segment.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public Point3dCollection FindPointsAlongLine( LineSegment3d lineSeg3d )
VB
Public Function FindPointsAlongLine ( lineSeg3d As LineSegment3d ) As Point3dCollection
C++
public: Point3dCollection^ FindPointsAlongLine( LineSegment3d^ lineSeg3d )
Parameters
- lineSeg3d LineSegment3d
- The line segment where points need to find on.
Return Value
Point3dCollectionExceptions
Exception | Condition |
---|---|
SurfaceException | Thrown when specified line segment is outside of the surface range. |