Class Hierarchy
AcRxObject OPMPropertyExtensionFactory
C++
class OPMPropertyExtensionFactory : public AcRxObject;
File
dynprops.h
Description
This class is implemented by AutoCAD and available through GET_OPMEXTENSION_CREATE_PROTOCOL. You can add property classes by calling GET_OPMPROPERTY_MANAGER for a particular AcRxClass to get the property manager for that class. You can also enumerate the dynamic properties that have been added to that class as well as its base class(es) via GetPropertyCount and GetPropertyClassArray.
Links
OPMPropertyExtensionFactory Methods
See Also
OPMPropertyExtension