Gets the range of the slider.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetRange( _
ByRef Min As System.Integer, _
ByRef Max As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPageSlider
Dim Min As System.Integer
Dim Max As System.Integer
instance.GetRange(Min, Max) |
C# | |
---|
void GetRange(
out System.int Min,
out System.int Max
) |
C++/CLI | |
---|
void GetRange(
& [Out] System.int Min,
& [Out] System.int Max
) |
Parameters
- Min
- Minimum range of slider
- Max
Maximum range of slider
Remarks
See Also
Availability
SOLIDWORKS 2006 FCS, Revision Number 14.0