Description
This .NET class corresponds to the AcDMMEPlotProperty ObjectARX class.
AcDMMEPlotProperty 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.
Class Hierarchy
Autodesk.AutoCAD.Publishing.EPlotProperty
C#
public sealed class EPlotProperty;
Visual Basic
Public sealed Class EPlotProperty
Links
EPlotProperty Constructor, EPlotProperty Methods, EPlotProperty Properties