PatternTemplateCollectionMoveUp 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(
	PatternTemplateItem patternTemplate
)

Parameters

patternTemplate  PatternTemplateItem
Reference to the item to be moved upward in the collection.

See Also