FabricationConfiguration.GetAncillaries
Description:
Gets fabrication ancillaries of the specified type.
Gets fabrication ancillaries of the specified type.
public IList<int> GetAncillaries(
FabricationAncillaryType type,
bool includeKits,
bool filterKits
)
-
typeThe type of ancillaries to get.
-
BooleanincludeKitsWhether or not to include ancillary kits as well.
-
BooleanfilterKitsWhether kits should be filtered to only those that contain the specified ancillary type.
Return Value
IList<Int32>
An array of ancillary identifiers.
-
A value passed for an enumeration argument is not a member of that enumeration