Enum wfcExternalObjectDataType
# include <wfcExternalObject.h>
enum wfcExternalObjectDataType
{
wfcEXTOBJ_DISPLAY_DATA,
wfcEXTOBJ_SELBOX_DATA,
wfcExternalObjectDataType_nil
};
Description
Values
-
wfcEXTOBJ_DISPLAY_DATA
- Access display properties of external object using this enum
-
wfcEXTOBJ_SELBOX_DATA
- Access selection properties of external object using this enum
-
wfcExternalObjectDataType_nil
- Enum null value.