ArcFM Responder Mobile Developer Guide
IMMPersistentListItem_SetDirty Method






Syntax
'Declaration
 
Public Overridable Sub IMMPersistentListItem_SetDirty( _
   ByVal bDirty As System.Boolean _
) 
'Usage
 
Dim instance As D8DesignClass
Dim bDirty As System.Boolean
 
instance.IMMPersistentListItem_SetDirty(bDirty)
public virtual void IMMPersistentListItem_SetDirty( 
   System.bool bDirty
)
public procedure IMMPersistentListItem_SetDirty( 
    bDirty: System.Boolean
); virtual; 
public function IMMPersistentListItem_SetDirty( 
   bDirty : System.boolean
);
public: virtual void IMMPersistentListItem_SetDirty( 
   System.bool bDirty
) 
public:
virtual void IMMPersistentListItem_SetDirty( 
   System.bool bDirty
) 

Parameters

bDirty
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

D8DesignClass Class
D8DesignClass Members

Send Feedback