ArcFM Responder Mobile Developer Guide
GetDesignXml Method






Gets the XML for the design the current instance is associated with.
Syntax
'Declaration
 
Public Function GetDesignXml() As System.Xml.XmlDocument
'Usage
 
Dim instance As PxActionData
Dim value As System.Xml.XmlDocument
 
value = instance.GetDesignXml()
public System.Xml.XmlDocument GetDesignXml()
public function GetDesignXml(): System.Xml.XmlDocument; 
public function GetDesignXml() : System.Xml.XmlDocument;
public: System.Xml.XmlDocument* GetDesignXml(); 
public:
System.Xml.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PxActionData Class
PxActionData Members

Send Feedback