ArcFM Desktop Developer Guide
GetDesignXml Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Gets the XML for the design the current instance is associated with.
Syntax
'Declaration
 
Public Function GetDesignXml() As XmlDocument
'Usage
 
Dim instance As PxActionData
Dim value As XmlDocument
 
value = instance.GetDesignXml()
public XmlDocument GetDesignXml()

Return Value

XML for the specified design. Null if the design XML doesn't exist, or if the current instance is not associated with a design version.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

PxActionData Class
PxActionData Members

 

 


Send Comment