PipeGetProject2dPointVertically Method

Returns true if get the Project2dPoint successfully, otherwise false.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool GetProject2dPointVertically(
	Point2d sourcePoint,
	ref Point3d projectPoint
)

Parameters

sourcePoint  Point2d
A 2D point.
projectPoint  Point3d
Project 2d point.

Return Value

Boolean
See Also