Indicates if the new value for the specified item is accepted or not.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function OnStringValueChanged( _
ByVal pManipulator As Object, _
ByVal handleIndex As Integer, _
ByRef Value As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwManipulatorHandler2
Dim pManipulator As Object
Dim handleIndex As Integer
Dim Value As String
Dim value As Boolean
value = instance.OnStringValueChanged(pManipulator, handleIndex, Value)
|
Parameters
- pManipulator
- IManipulator object
- handleIndex
- ID of the string value to change
- Value
New string value
Return Value
True if the add-in application accepts the new string value, false if not
Example
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0