PatternOperationItemSetValue(PatternOperationItem, String, OffsetLeftRightEnum) Method
Set the value associated with the specified property name of the
provided pattern operation.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static void SetValue(
PatternOperationItem operation,
string propertyName,
OffsetLeftRightEnum value
)
Public Shared Sub SetValue (
operation As PatternOperationItem,
propertyName As String,
value As OffsetLeftRightEnum
)
No code example is currently available or this language may not be supported.
Parameters
- operation PatternOperationItem
-
Reference to the pattern operation item for which the property value
will be set.
- propertyName String
-
Name of the property to update.
- value OffsetLeftRightEnum
-
Value to place in the specified property.