RVTDocs.com

FabricationConfiguration.GetAncillaryGroupName

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