XMLDocument Property (ActiveX/CSP)

Returns the XML DOM document object for the standards report file.

For internal use only.

Supported platforms: Windows only

Namespace: AcStMgr

Assembly: AcStMgr.tlb

Signature

VB.NET:

object.XMLDocument

C#:

object.XMLDocument;
object

Type: AcStFiler object

The object this property applies to.

Property Value

Read-only: Yes

Type: Object (MSXML2.IXMLDOMDocument) object

The MSXML2.IXMLDOMDocument object represents the XML file that when saved creates the CAD standards report.

Remarks

This property is for internal use only.

Release Information

Releases: AutoCAD 2004 and later

Examples

VB.NET:

Not available

C#:

Not available