SubassemblyGetResourceString(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.7.0.1190
Syntax
public string GetResourceString(
	uint resourceId
)

Parameters

resourceId  UInt32
 

Return Value

String
See Also