ArcFM Desktop Developer Guide
GetString Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Takes a String value
Use this method to retrieve string values. This method should NOT be used to retrieve branded strings.
Overload List
OverloadDescription
GetString(String)Takes a String value  
GetString(String,Object[])Takes a String and Object value.  
Example
String = "Some command caption."
C# Copy Code
command.Caption = res .GetString("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