Share

Subassembly.GetResourceString(UInt32) Method

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.8.0.280

Syntax

C#

public string GetResourceString(
	uint resourceId
)

VB

Public Function GetResourceString ( 
	resourceId As UInteger
) As String

C++

public:
String^ GetResourceString(
	unsigned int resourceId
)

Parameters

resourceId  UInt32
 

Return Value

String

See Also

Reference

Was this information helpful?