Method that creates a new hole table by including all holes in the input drawing view. Only those feature types specified in the input (or the default) hole table style will be included. The newly created HoleTable is returned.
Name | Type | Description |
DrawingView | DrawingView | Input DrawingView object that specifies the drawing view for which the hole table is to be created. |
PlacementPoint | Point2d | Input Point2d object that specifies the position of the top left corner of the table on the sheet. |
HoleTableStyle | Variant | Optional input HoleTableStyle object that specifies the hole table style to use for the table. If not specified, the default style specified by the standard is used. This is an optional argument whose default value is null. |
Layer | Variant | Optional input Layer object that specifies the layer to use for the table. If not specified, the default layer specified by the standard is used. This is an optional argument whose default value is null. |