ArcFM Responder Mobile Developer Guide
StoredDesignBlob Method






Syntax
'Declaration
 
Function StoredDesignBlob( _
   ByVal sStoredDesignName As System.String, _
   ByVal pWksp As ESRI.ArcGIS.Geodatabase.IWorkspace _
) As Miner.Interop.msxml2.IXMLDOMDocument
'Usage
 
Dim instance As IMMDAPIUtils
Dim sStoredDesignName As System.String
Dim pWksp As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim value As Miner.Interop.msxml2.IXMLDOMDocument
 
value = instance.StoredDesignBlob(sStoredDesignName, pWksp)
Miner.Interop.msxml2.IXMLDOMDocument StoredDesignBlob( 
   System.string sStoredDesignName,
   ESRI.ArcGIS.Geodatabase.IWorkspace pWksp
)
function StoredDesignBlob( 
    sStoredDesignName: System.String;
    pWksp: ESRI.ArcGIS.Geodatabase.IWorkspace
): Miner.Interop.msxml2.IXMLDOMDocument; 
function StoredDesignBlob( 
   sStoredDesignName : System.String,
   pWksp : ESRI.ArcGIS.Geodatabase.IWorkspace
) : Miner.Interop.msxml2.IXMLDOMDocument;
Miner.Interop.msxml2.IXMLDOMDocument* StoredDesignBlob( 
   System.string* sStoredDesignName,
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWksp
) 
Miner.Interop.msxml2.IXMLDOMDocument^ StoredDesignBlob( 
   System.String^ sStoredDesignName,
   ESRI.ArcGIS.Geodatabase.IWorkspace^ pWksp
) 

Parameters

sStoredDesignName
pWksp
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

IMMDAPIUtils Interface
IMMDAPIUtils Members

Send Feedback