PipeGetProject2dPointVertically Method |
Returns true if get the Project2dPoint successfully, otherwise false.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool GetProject2dPointVertically(
Point2d sourcePoint,
ref Point3d projectPoint
)
Public Function GetProject2dPointVertically (
sourcePoint As Point2d,
ByRef projectPoint As Point3d
) As Boolean
public:
bool GetProject2dPointVertically(
Point2d sourcePoint,
Point3d% projectPoint
)
Parameters
- sourcePoint Point2d
- A 2D point.
- projectPoint Point3d
- Project 2d point.
Return Value
Boolean
See Also