SetValue2 Method (IDimension)
Obsolete. Superseded by IDimension::SetValue3.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetValue2( _
ByVal NewValue As System.Double, _
ByVal WhichConfigurations As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IDimension
Dim NewValue As System.Double
Dim WhichConfigurations As System.Integer
Dim value As System.Integer
value = instance.SetValue2(NewValue, WhichConfigurations) |
Parameters
- NewValue
-
- WhichConfigurations
-
See Also