Class Hierarchy
AcDMMEPlotProperty
C++
class AcDMMEPlotProperty;
File
acdmmeplotproperty.h
Description
This class is a lightweight proxy for the DWF EPlotProperty object. It allows clients of the DMM (DWF Metadata Manager) API to add properties to an AcDMMEPlotProperties object, which in turn is used to associate properties with an entity in a DWF file without linking to the DWF toolkit.
This class is a container for Unicode strings. Two of these strings, the property name and its value, are required. The other three, type, units, and category, are optional. If the strings are not already XML encoded, they are encoded when this object is converted to the corresponding DWF toolkit object. This can result in significant expansion of the string due to the escaping of reserved characters. The maximum length of any encoded attribute string is 8192 bytes.
Links
AcDMMEPlotProperty Constructor, AcDMMEPlotProperty Methods, AcDMMEPlotProperty Operators