FabricSheetType.GetWireItem
Method
Description:
Gets the Wire stored in the FabricSheetType at the associated index.
Gets the Wire stored in the FabricSheetType at the associated index.
Parameters
Parameter | Type | Description |
---|---|---|
wireIndex | Int32 | Item index in the Fabric Sheet |
direction | WireDistributionDirection | Wire distribution direction of the inquired item |
Return Value
Type | Description |
---|---|
FabricWireItem | Fabric wire Item |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The item index is either less than 0 or greater than or equal to number of items in this FabricSheetType. |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
InvalidOperationException | Fabric Sheet is not Custom |