DetailDrawingView.DrawingViewToSheetSpace Method
Parent Object: DetailDrawingViewDescription
Method that takes a 2d coordinate in drawing view space, and returns a Point2d containing the coordinates of the point in sheet space.
Syntax
DetailDrawingView.DrawingViewToSheetSpace( ViewCoordinate As Point2d ) As Point2dParameters
Name | Type | Description |
ViewCoordinate | Point2d | Input Point2d object of a point within drawing view space. |