Class Hierarchy
AcDMMXMLAttribute
C++
class AcDMMXMLAttribute;
File
acdmmeplotproperty.h
Description
This is a subsidiary class to AcDMMEplotProperty. You generally don't need to use this class.
Normal attributes, i.e. those predefined by Dwf such as name, value, units, etc., are added to an AcDMMEplotProperty using its built-in methods such as SetUnits().
Applications that define their own private namespaces and want to publish attributes belonging to those namespaces need to use this class.
On the publishing side, you generally don't need to create elements of this class, and can add your elements to an AcDMMEplotProperty by using AcDMMEplotProperty::AddXMLAttribute(). You will need this class mainly to read and interpret the existing vector of attributes returned by AcDMMEplotProperty::GetXMLAttributes().
Links
AcDMMXMLAttribute Constructor, AcDMMXMLAttribute Methods, AcDMMXMLAttribute Operators
See Also
AcDMMEplotProperty , AcDMMEplotProperty::SetUnits()