Loads and returns a particular string from MOLE's string table.
[Visual Basic .NET] Public Function LoadDBString ( _ ByVal StringID As Integer _ ) As String
[C#] public string LoadDBString ( int StringID );
[C++]
HRESULT LoadDBString(
long StringID,
BSTR* StringValue
);
[C++]Parameters
StringID [in] StringID is a parameter of type long StringValue [out, retval] StringValue is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.