ArcFM Responder Mobile Developer Guide
Refresh Method (MMCategoryFactoryClass)






Syntax
'Declaration
 
Public Overridable Sub Refresh( _
   Optional ByVal sGUID As System.String _
) 
'Usage
 
Dim instance As MMCategoryFactoryClass
Dim sGUID As System.String
 
instance.Refresh(sGUID)
public virtual void Refresh( 
   System.string sGUID
)
public procedure Refresh( 
    sGUID: System.String
); virtual; 
public function Refresh( 
   sGUID : System.String
);
public: virtual void Refresh( 
   System.string* sGUID
) 
public:
virtual void Refresh( 
   System.String^ sGUID
) 

Parameters

sGUID
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

MMCategoryFactoryClass Class
MMCategoryFactoryClass Members

Send Feedback