Share

AcDMMXMLAttribute Constructor

Overload List

Method Description
AcDMMXMLAttribute::AcDMMXMLAttribute () Default constructor.
AcDMMXMLAttribute::AcDMMXMLAttribute (AcDMMXMLAttribute&) Copy constructor.
AcDMMXMLAttribute::AcDMMXMLAttribute (wchar_t *, wchar_t *, wchar_t *, wchar_t *) Constructs an AcDMMXMLAttribute wrapping a namespace, namespace location, attribute name, and attribute value.An AcDMMXMLAttribute must contain non-null values for all parameters, otherwise it will be ignored. Empty strings ("") for the namespace parameters will cause undefined behavior.

Was this information helpful?