<Code Lib>
M

FabricSheetType.GetWireItem

Description:
Gets the Wire stored in the FabricSheetType at the associated index.

public FabricWireItem GetWireItem(
	int wireIndex,
	WireDistributionDirection direction
)

  • Int32
    wireIndex
    Item index in the Fabric Sheet
  • direction
    Wire distribution direction of the inquired item
Return Value FabricWireItem Fabric wire Item

Loading…