ArcFM Responder Mobile Developer Guide
SetDirty Method (MMMacroUnitClass)






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

MMMacroUnitClass Class
MMMacroUnitClass Members

Send Feedback