ArcFM Engine Developer Guide
GetBrandedString Method


This method retrieves a branded string. Only use this method to retrieve a string that is branded in the resource file (e.g., %A).
Overload List
OverloadDescription
GetBrandedString(String)  
GetBrandedString(String,Object[])  
Example
Visual Basic Copy Code
String = "A% Feeder Manager"
 
C# Copy Code
command.Caption = res .GetBrandedString("Foo.BarCaption");
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Resourcer Class
Resourcer Members

 

 


Send Comment