SurfaceFindPointsAlongLine Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public Point3dCollection FindPointsAlongLine(
	LineSegment3d lineSeg3d
)

Parameters

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

Return Value

Point3dCollection
Exceptions
ExceptionCondition
SurfaceException Thrown when specified line segment is outside of the surface range.
See Also