GetAncillaryName Method


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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2017 Subscription Update

Syntax

C#
public string GetAncillaryName(
	int ancillaryId
)
Visual Basic
Public Function GetAncillaryName ( _
	ancillaryId As Integer _
) As String
Visual C++
public:
String^ GetAncillaryName(
	int ancillaryId
)

Parameters

ancillaryId
Type: SystemInt32
The fabrication ancillary database identifier of the ancillary.

Return Value

The name of the ancillary.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentException The ancillary does not exist.

See Also