CorridorStateResourceString(UInt32) Property

Converts a resource id (numeric) to a resource string from the current subassembly's resource module.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public string this[
	uint id
] { get; }

Parameters

id  UInt32
 

Property Value

String
See Also