![]() | InDesign SDK 20.5 |
#include <IPropertyMgr.h>

Public Types | |
| enum | { kDefaultIID = IID_IPROPERTYMGR } |
Public Member Functions | |
| virtual UID | NewProperty (const PMString &name, ClassID type)=0 |
| virtual bool16 | DeleteProperty (UID propertyUID)=0 |
| virtual int32 | GetPropertyCount () const =0 |
| virtual UID | GetNthProperty (int32 n) const =0 |
| virtual UID | FindProperty (const PMString &name) const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Class to manage descriptive properties (name, description, timestamp, etc.). Used by the library catalog to keep track of asset properties.
| pure virtual |
Delete a property.
| propertyUID | IN the property to delete |
Find a property by its name
| name | IN the name to search for |
| pure virtual |
Get a property.
| n | IN the zero-based index of the property to get |
| pure virtual |
Get the number of properties stored by the property manager.