FindPointsAlongLine Method

Gets the points on the surface along the specified line segment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public Point3dCollection FindPointsAlongLine(
	LineSegment3d lineSeg3d
)

Visual Basic

Public Function FindPointsAlongLine ( _
	lineSeg3d As LineSegment3d _
) As Point3dCollection

Visual C++

public:
Point3dCollection^ FindPointsAlongLine(
	LineSegment3d^ lineSeg3d
)

Parameters

lineSeg3d
Type: LineSegment3d
The line segment where points need to find on.

Exceptions

ExceptionCondition
Autodesk.Civil.SurfaceException Thrown when specified line segment is outside of the surface range.

See Also