SurfaceFindPointsAlongLine Method |
Gets the points on the surface along the specified line segment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point3dCollection FindPointsAlongLine(
LineSegment3d lineSeg3d
)
Public Function FindPointsAlongLine (
lineSeg3d As LineSegment3d
) As Point3dCollection
public:
Point3dCollection^ FindPointsAlongLine(
LineSegment3d^ lineSeg3d
)
Parameters
- lineSeg3d LineSegment3d
-
The line segment where points need to find on.
Return Value
Point3dCollection
ExceptionsException | Condition |
---|
SurfaceException |
Thrown when specified line segment is outside of the surface range.
|
See Also