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