OnDoubleValueChanged Method (ISwManipulatorHandler)
Obsolete. Superseded by ISwManipulatorHandler2::OnDoubleValueChanged.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function OnDoubleValueChanged( _
ByVal pManipulator As System.Object, _
ByVal Id As System.Integer, _
ByRef Value As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwManipulatorHandler
Dim pManipulator As System.Object
Dim Id As System.Integer
Dim Value As System.Double
Dim value As System.Boolean
value = instance.OnDoubleValueChanged(pManipulator, Id, Value) |
C# | |
---|
System.bool OnDoubleValueChanged(
System.object pManipulator,
System.int Id,
ref System.double Value
) |
C++/CLI | |
---|
System.bool OnDoubleValueChanged(
& System.Object^ pManipulator,
& System.int Id,
& System.double% Value
) |
Parameters
- pManipulator
-
- Id
-
- Value
-
See Also