Share

DrawingView.CreateOriginIndicator Method

Parent Object: DrawingView

Description

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.

Remarks

This method will create the origin indicator on the view if one does not already exist as indicated by the HasOriginIndicator property returning a value of False. If an origin indicator has already been created for the view as indicated by the HasOriginIndicator property returning a value of True, this method will fail. The OriginIndicator property will return this already existing origin indicator. If the origin point with which this origin indicator is associated needs to be changed, it can be done using the OriginIndicator.Intent property.

Syntax

DrawingView.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.

Samples

Name Description
Creating hole tables This sample demonstrates the creation of hole tables in a drawing.
Create ordinate dimension This sample demonstrates the creation of ordinate dimensions in a drawing document.

Version

Introduced in version 2009

Was this information helpful?