SectionDrawingView.CreateOriginIndicator Method
Parent Object: SectionDrawingViewDescription
Method that creates the origin indicator for ordinate dimensions and hole tables. The specified input GeometryIntent object must be associated with this drawing view, otherwise this method will fail.
Syntax
SectionDrawingView.CreateOriginIndicator( Intent As GeometryIntent )Parameters
Name | Type | Description |
Intent | GeometryIntent | Input GeometryIntent object that specifies the origin point with which the origin indicator is associated. The GeometryIntent object can be created using the Sheet.CreateGeometryIntent method. Valid intent values are points. If an invalid intent value is specified, this method will fail. |