A structure representing a property group.
typedef struct {
API_PropertyGroupType groupType;
API_Guid guid;
GS::UniString name;
GS::UniString description;
} API_PropertyGroup;
Members
- groupType

- The type of this property group
Meaning
API_PropertyStaticBuiltInGroupTypeAll of the property definitions in this group are
API_PropertyStaticBuiltInDefinitionTypeAPI_PropertyDynamicBuiltInGroupTypeAll of the property definitions in this group are
API_PropertyDynamicBuiltInDefinitionTypeAPI_PropertyCustomGroupTypeAll of the property definitions in this group are
API_PropertyCustomDefinitionType - guid
- The unique identifier of the property group
- name
- The name of the property group
- description

- The description of the property group
Requirements
- Version: API 20 or later
- Header: APIdefs_Properties.h