ArcObjects Library Reference (DefenseSolutions)  

IMoleCoreHelper.LoadDBStrings Method

Loads and returns an array of strings from MOLE's string table, given an input array of string ID's.

[Visual Basic .NET]
Public Function LoadDBStrings ( _
    ByRef StringIDs As Object _
) As Object
[C#]
public object LoadDBStrings (
    ref object StringIDs
);
[C++]
HRESULT LoadDBStrings(
  VARIANT* StringIDs,
  VARIANT* StringValues
);
[C++]

Parameters

StringIDs [in]   StringIDs is a parameter of type VARIANT StringValues [out, retval]   StringValues is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleCoreHelper Interface