ArcFM Solution Developer Guide
LoadFromStream Method (IMMPersistentListItem)


IStream
Reads the current list from a COM persistence IStream. Determine which COM object forms the root of the tree, create an instance of this type, and then call LoadFromStream() on it.
Syntax
'Declaration
 
Sub LoadFromStream( _
   ByVal pStream As ESRI.ArcGIS.esriSystem.IStream _
) 
'Usage
 
Dim instance As IMMPersistentListItem
Dim pStream As ESRI.ArcGIS.esriSystem.IStream
 
instance.LoadFromStream(pStream)
void LoadFromStream( 
   ESRI.ArcGIS.esriSystem.IStream pStream
)

Parameters

pStream
IStream
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

IMMPersistentListItem Interface
IMMPersistentListItem Members

 

 


Send Comment