Share

CorridorState.ResourceString(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.280

Syntax

C#

public string this[
	uint id
] { get; }

VB

Public ReadOnly Property ResourceString ( 
	id As UInteger
) As String
	Get

C++

public:
property String^ ResourceString[unsigned int id] {
	String^ get (unsigned int id);
}

Parameters

id  UInt32
 

Property Value

String

See Also

Reference

Was this information helpful?