Converts a resource id (numeric) to a resource string from the current subassembly's resource module.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public string this[ uint id ] { get; } |
Visual Basic |
---|
Public ReadOnly Property ResourceString ( _ id As UInteger _ ) As String Get |
Visual C++ |
---|
public: property String^ ResourceString[unsigned int id] { String^ get (unsigned int id); } |
Parameters
- id
- Type: System..::..UInt32