ArcFM Responder Mobile Developer Guide
GetToolCategoryName Method






This method retrieves the name of the category in which the tool in registered.
Syntax
'Declaration
 
Public Shared Function GetToolCategoryName() As System.String
'Usage
 
Dim value As System.String
 
value = Resourcer.GetToolCategoryName()
public static System.string GetToolCategoryName()
public function GetToolCategoryName(): System.String; static; 
public static function GetToolCategoryName() : System.String;
public: static System.string* GetToolCategoryName(); 
public:
static System.String^ GetToolCategoryName(); 

Return Value

Category name as String
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

Resourcer Class
Resourcer Members

Send Feedback