ArcFM Engine Developer Guide
StoredDesignBlob Method


Syntax
'Declaration
 
Function StoredDesignBlob( _
   ByVal sStoredDesignName As String, _
   ByVal pWksp As ESRI.ArcGIS.Geodatabase.IWorkspace _
) As Miner.Interop.msxml2.IXMLDOMDocument
'Usage
 
Dim instance As IMMDAPIUtils
Dim sStoredDesignName As 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( 
   string sStoredDesignName,
   ESRI.ArcGIS.Geodatabase.IWorkspace pWksp
)

Parameters

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

IMMDAPIUtils Interface
IMMDAPIUtils Members

 

 


Send Comment