CMetaLabel Constructors
CMetaLabel(void)
This constructor instantiates a CMetaLabel object to be created.
CMetaLabel(const OBJECTID_t lOID);
This constructor instantiates a CMetaLabel object identified by the internal object ID lOID. The user invokes ReadObject to retrieve the object from the repository.
CMetaLabel(const TCHAR *label, const TCHAR *creator);
This constructor instantiates a CMetaLabel object to create. Follow this call with a call to WriteObject to write the label definition to the MDS Repository. This constructor can also be used to instantiate an object for reading, in which case the ‘creator’ value is ignored.