ArcFM Solution Developer Guide
LoadFromStream Method (IMMSimplePersistentListItem)


IStream

Boolean value indicating whether to reset the IStream object

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, _
   ByVal bResetStream As Boolean _
) 
'Usage
 
Dim instance As IMMSimplePersistentListItem
Dim pStream As ESRI.ArcGIS.esriSystem.IStream
Dim bResetStream As Boolean
 
instance.LoadFromStream(pStream, bResetStream)
void LoadFromStream( 
   ESRI.ArcGIS.esriSystem.IStream pStream,
   bool bResetStream
)

Parameters

pStream
IStream
bResetStream

Boolean value indicating whether to reset the IStream object

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

IMMSimplePersistentListItem Interface
IMMSimplePersistentListItem Members

 

 


Send Comment