ArcFM Solution Developer Guide
SetDirty Method (IMMPersistentListItem)






Boolean
Sets 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.
Syntax
'Declaration
 
Sub SetDirty( _
   ByVal bDirty As System.Boolean _
) 
'Usage
 
Dim instance As IMMPersistentListItem
Dim bDirty As System.Boolean
 
instance.SetDirty(bDirty)
void SetDirty( 
   System.bool bDirty
)
procedure SetDirty( 
    bDirty: System.Boolean
); 
function SetDirty( 
   bDirty : System.boolean
);
void SetDirty( 
   System.bool bDirty
) 
void SetDirty( 
   System.bool bDirty
) 

Parameters

bDirty
Boolean
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMPersistentListItem Interface
IMMPersistentListItem Members

Send Feedback