Returns true if get the Project2dPoint successfully, otherwise false.

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

Syntax

C#
public bool GetProject2dPointVertically(
	Point2d sourcePoint,
	ref Point3d projectPoint
)
Visual Basic
Public Function GetProject2dPointVertically ( _
	sourcePoint As Point2d, _
	ByRef projectPoint As Point3d _
) As Boolean
Visual C++
public:
bool GetProject2dPointVertically(
	Point2d sourcePoint, 
	Point3d% projectPoint
)

Parameters

sourcePoint
Type: Point2d
A 2D point.
projectPoint
Type: Point3d%
Project 2d point.

See Also