ArcFM Responder Mobile Developer Guide
SetDirty Method (MMDuctCableClass)






Syntax
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
) 
'Declaration
 
Public Overridable Sub SetDirty( _
   ByVal bDirty As System.Boolean _
) 
 
'Usage
 
Dim instance As MMDuctCableClass
Dim bDirty As System.Boolean
 
instance.SetDirty(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

MMDuctCableClass Class
MMDuctCableClass Members

Send Feedback