CutProfileCollectionMoveUp Method

Move the specified item up in the collection by one space, if possible.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public void MoveUp(
	CutProfileItem cutProfile
)

Parameters

cutProfile  CutProfileItem
Reference to the item to be moved upward in the collection.

See Also