ArcFM Solution Developer Guide
RecursiveLoadFromStream Method (IMMSimplePersistentListItem)


IStream
Long
Recursively 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 RecursiveLoadFromStream( _
   ByVal pStream As ESRI.ArcGIS.esriSystem.IStream, _
   ByVal lVersionNumber As Integer _
) 
'Usage
 
Dim instance As IMMSimplePersistentListItem
Dim pStream As ESRI.ArcGIS.esriSystem.IStream
Dim lVersionNumber As Integer
 
instance.RecursiveLoadFromStream(pStream, lVersionNumber)
void RecursiveLoadFromStream( 
   ESRI.ArcGIS.esriSystem.IStream pStream,
   int lVersionNumber
)

Parameters

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