FabricationConfigurationGetAncillaryName Method

Gets the fabrication ancillary name for the specified fabrication ancillary identifier.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string GetAncillaryName(
	int ancillaryId
)

Parameters

ancillaryId  Int32
The fabrication ancillary database identifier of the ancillary.

Return Value

String
The name of the ancillary.
Exceptions
ExceptionCondition
ArgumentException The ancillary does not exist.
See Also