FabricationConfiguration.GetAncillaryGroup Method

FabricationConfigurationGetAncillaryGroup Method

Gets the fabrication ancillary group of the specified fabrication ancillary identifier.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string GetAncillaryGroup(
	int ancillaryId
)
Public Function GetAncillaryGroup ( 
	ancillaryId As Integer
) As String
public:
String^ GetAncillaryGroup(
	int ancillaryId
)
member GetAncillaryGroup : 
        ancillaryId : int -> string 

Parameters

ancillaryId  Int32
The fabrication ancillary database identifier of the ancillary.

Return Value

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