PatternOperationItemHasStartOffset Method
Return a value indicating whether the provided operation has an
explicitly stated starting offset.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static bool HasStartOffset(
PatternOperationItem operation
)
Public Shared Function HasStartOffset (
operation As PatternOperationItem
) As Boolean
No code example is currently available or this language may not be supported.
- operation PatternOperationItem
-
Reference to the operation to inspect.
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.