ArcFM Solution Developer Guide
IMMSimplePersistentListItem Interface Members
Methods 

The following tables list the members exposed by IMMSimplePersistentListItem.

Public Methods
 NameDescription
 MethodGetDirtyReturns true if the list item or its children have changed since the time it was loaded from a stream.  
 MethodLoadFromStreamReads 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.  
 MethodRecursiveLoadFromStreamRecursively 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.  
 MethodRecursiveSaveToStreamRecursively writes the current list into a COM persistence IStream. This IStream object can later be stored in a geodatabase or stored elsewhere.  
 MethodSaveToStreamWrites the current list into a COM persistence IStream. This IStream object can later be stored in a geodatabase or stored elsewhere.  
 MethodSetDirtySets the dirty flag. This is used to signal that the list is 'dirty' and needs to be saved. This flat is set on the current list item and progagated upwards. To mark the tree dirty, call SetDirty(True) on any item within the tree. To make the tree clean, call SetDirty(False) on the root node.  
Top
See Also

Reference

IMMSimplePersistentListItem Interface
Miner.Interop Namespace

 

 


Send Comment