PatternOperationItemHasStartOffset Method

Return a value indicating whether the provided operation has an explicitly stated starting offset.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public static bool HasStartOffset(
	PatternOperationItem operation
)

Parameters

operation  PatternOperationItem
Reference to the operation to inspect.

Return Value

Boolean
True if the provided operation has an explicitly specified starting offset for the type of action present. Otherwise, false, and the start offset is implicit.

See Also