FabricationConfiguration.GetAncillaries
Method
Description:
Gets fabrication ancillaries of the specified type.
Gets fabrication ancillaries of the specified type.
Syntax
public IList<int> GetAncillaries(
FabricationAncillaryType type,
bool includeKits,
bool filterKits
)
Parameters
Parameter | Type | Description |
---|---|---|
type | FabricationAncillaryType | The type of ancillaries to get. |
includeKits | Boolean | Whether or not to include ancillary kits as well. |
filterKits | Boolean | Whether kits should be filtered to only those that contain the specified ancillary type. |
Return Value
Type | Description |
---|---|
IList | An array of ancillary identifiers. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |