GetResourceString Method (UInt32)

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public string GetResourceString(
	uint resourceId
)

Visual Basic

Public Function GetResourceString ( _
	resourceId As UInteger _
) As String

Visual C++

public:
String^ GetResourceString(
	unsigned int resourceId
)

Parameters

resourceId
Type: System.UInt32

See Also