Numbering method options of a drawing element.
typedef enum { APINumbering_ByLayout, APINumbering_ByViewId, APINumbering_CustomNum } API_NumberingTypeValues;
Members
- APINumbering_ByLayout
- The drawing’s ID is coming from the layout it is placed on.
- APINumbering_ByViewId
- The drawing’s ID is coming from the owning view.
- APINumbering_CustomNum
- The drawing’s ID is defined by the user.
Remarks
The options correspond to the different values in the Drawing ID popup on the Identification tabpage of the Drawing Settings dialog.
Requirements
- Version: API 10 or later
- Header: APIdefs_Elements.h