PatternTemplateCollectionMoveDown Method

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

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public void MoveDown(
	PatternTemplateItem patternTemplate
)

Parameters

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

See Also