Sets a new value for the pattern dimension of the specified pattern instance in this variable pattern feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetInstanceDimensionValue( _
ByVal TableRowIndex As System.Integer, _
ByVal ControlDimName As System.String, _
ByVal NewValue As System.Double _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IDimPatternFeatureData
Dim TableRowIndex As System.Integer
Dim ControlDimName As System.String
Dim NewValue As System.Double
Dim value As System.String
value = instance.SetInstanceDimensionValue(TableRowIndex, ControlDimName, NewValue) |
Parameters
- TableRowIndex
- Index of the pattern instance in the pattern table (see Remarks)
- ControlDimName
- Name of the controlling dimension of the pattern instance (see Remarks)
- NewValue
- New value for the pattern dimension
Return Value
If a new value for the pattern dimension is... |
Then Return Value is an... |
Set |
Empty string indicating success |
Not set |
Error string |
Example
Remarks
See Also
Availability
SOLIDWORKS 2015 FCS, Revision Number 23.0