ArcFM Responder Mobile Developer Guide
Unregister Method (ArcFMIdentifyToolContextMenu)






Syntax
'Declaration
 
Public Shared Sub Unregister( _
   ByVal clsId As System.String _
) 
'Usage
 
Dim clsId As System.String
 
ArcFMIdentifyToolContextMenu.Unregister(clsId)
public static void Unregister( 
   System.string clsId
)
public procedure Unregister( 
    clsId: System.String
); static; 
public static function Unregister( 
   clsId : System.String
);
public: static void Unregister( 
   System.string* clsId
) 
public:
static void Unregister( 
   System.String^ clsId
) 

Parameters

clsId
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

ArcFMIdentifyToolContextMenu Class
ArcFMIdentifyToolContextMenu Members

Send Feedback