Share

DetailDrawingView.DrawingViewToSheetSpace Method

Parent Object: DetailDrawingView

Description

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 Point2d

Parameters

Name Type Description
ViewCoordinate Point2d Input Point2d object of a point within drawing view space.

Version

Introduced in version 11

Was this information helpful?