ArcFM Engine Developer Guide
MMXMLPackage Interface Members
Methods 

The following tables list the members exposed by MMXMLPackage.

Public Methods
 NameDescription
 MethodGetDirtyReturns true if the list item or its children have changed since the time it was loaded from a stream. (Inherited from Miner.Interop.IMMSimplePersistentListItem)
 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. (Inherited from Miner.Interop.IMMSimplePersistentListItem)
 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. (Inherited from Miner.Interop.IMMSimplePersistentListItem)
 MethodRecursiveSaveToStreamRecursively writes the current list into a COM persistence IStream. This IStream object can later be stored in a geodatabase or stored elsewhere. (Inherited from Miner.Interop.IMMSimplePersistentListItem)
 MethodSaveToStreamWrites the current list into a COM persistence IStream. This IStream object can later be stored in a geodatabase or stored elsewhere. (Inherited from Miner.Interop.IMMSimplePersistentListItem)
 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. (Inherited from Miner.Interop.IMMSimplePersistentListItem)
Top
See Also

Reference

MMXMLPackage Interface
Miner.Interop Namespace

 

 


Send Comment