PatternOperationItemSetValue(PatternOperationItem, String, OffsetTopBottomEnum) 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,
OffsetTopBottomEnum value
)
Public Shared Sub SetValue (
operation As PatternOperationItem,
propertyName As String,
value As OffsetTopBottomEnum
)
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 OffsetTopBottomEnum
-
Value to place in the specified property.