CorridorStateResourceString(UInt32) Property |
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.8.0.292
Syntaxpublic string this[
uint id
] { get; }
Public ReadOnly Property ResourceString (
id As UInteger
) As String
Get
public:
property String^ ResourceString[unsigned int id] {
String^ get (unsigned int id);
}
Parameters
- id UInt32
-
Property Value
String
See Also