RVTDocs.com

FabricationConfiguration.GetPartCustomDataName

Method
Description:
Gets the custom data name from its identifier.
Syntax
public string GetPartCustomDataName(
	int customDataId
)
Parameters
Parameter Type Description
customDataId Int32 The custom data identifier.
Return Value
Type Description
String The custom data name.
Exceptions
Exception Condition
ArgumentException The custom data does not exist.