Data of the active toolbox mode.
typedef struct { API_ElemTypeID typeID; API_ElemVariationID variationID; Int32 filler_1[2]; } API_ToolBoxItem;
Members
- typeID
- element type
- variationID
- element subtype (signature of the owner in case of library part-based elements)
Remarks
For the utilization of this structure see the APIEnv_GetToolBoxModeID and the APIEnv_SetToolBoxModeID environment functions.
Requirements
- Version: API 2.1 or later
- Header: APIdefs_Environment.h
See Also
APIEnv_GetToolBoxModeID, APIEnv_SetToolBoxModeID, API_ElemTypeID, API Types