ArcFM Desktop Developer Guide
StoredDesignBlob Method


Syntax
'Declaration
 
Function StoredDesignBlob( _
   ByVal sStoredDesignName As String, _
   ByVal pWksp As IWorkspace _
) As IXMLDOMDocument
'Usage
 
Dim instance As IMMDAPIUtils
Dim sStoredDesignName As String
Dim pWksp As IWorkspace
Dim value As IXMLDOMDocument
 
value = instance.StoredDesignBlob(sStoredDesignName, pWksp)
IXMLDOMDocument StoredDesignBlob( 
   string sStoredDesignName,
   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