RVTDocs.com

FabricationConfiguration.GetAncillaryName

Method
Description:
Gets the fabrication ancillary name for the specified fabrication ancillary identifier.
Syntax
public string GetAncillaryName(
	int ancillaryId
)
Parameters
Parameter Type Description
ancillaryId Int32 The fabrication ancillary database identifier of the ancillary.
Return Value
Type Description
String The name of the ancillary.
Exceptions
Exception Condition
ArgumentException The ancillary does not exist.