Returns true if get the Project2dPoint successfully, otherwise false.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool GetProject2dPointVertically( Point2d sourcePoint, ref Point3d projectPoint )
VB
Public Function GetProject2dPointVertically ( sourcePoint As Point2d, ByRef projectPoint As Point3d ) As Boolean
C++
public: bool GetProject2dPointVertically( Point2d sourcePoint, Point3d% projectPoint )
Parameters
- sourcePoint Point2d
- A 2D point.
- projectPoint Point3d
- Project 2d point.