Library | File

Enum wfcExternalObjectDataType

# include <wfcExternalObject.h>

enum wfcExternalObjectDataType
{
    wfcEXTOBJ_DISPLAY_DATA,
    wfcEXTOBJ_SELBOX_DATA,
    wfcExternalObjectDataType_nil
};



Description

 
Manual References:
External Objects: Display Data for External Objects, External Objects: Manipulating External Object Data




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.