Open Search
    CustomProperty Struct Reference

    #include <c4d_customguidata.h>

    Detailed Description

    A resource file property.
    Usually used in an array like:

    CustomProperty g_LinkBoxProps[] =
    {
    { CUSTOMTYPE::END, 0, "" }
    };
    @ FLAG
    Bool data. (Either the property is there or not.)
    @ END
    End marker.
    @ LINKBOX_HIDE_ICON
    Bool Hide the icon.
    Definition: customgui_linkbox.h:28
    Definition: c4d_customguidata.h:114
    Note
    Such arrays must be terminated with a CUSTOMTYPE::END entry.

    Public Attributes

    CUSTOMTYPE type
     
    Int32 id
     
    const Charident
     

    Member Data Documentation

    ◆ type

    CUSTOMTYPE type

    The entry type: CUSTOMTYPE.

    ◆ id

    Int32 id

    The custom property ID.
    Use CUSTOMTYPE::HIDE_ID to hide this property in the AM User Data manager (e.g. compatibility option).

    ◆ ident

    const Char* ident

    The string identifier.