Hide Table of Contents
SetRange2 Method (IPropertyManagerPageNumberbox)

Sets the range and increment for the slider.

.NET Syntax

Visual Basic (Declaration) 
Sub SetRange2( _
   ByVal Units As System.Integer, _
   ByVal Minimum As System.Double, _
   ByVal Maximum As System.Double, _
   ByVal Inclusive As System.Boolean, _
   ByVal Increment As System.Double, _
   ByVal FastIncr As System.Double, _
   ByVal SlowIncr As System.Double _
) 
Visual Basic (Usage) 
Dim instance As IPropertyManagerPageNumberbox
Dim Units As System.Integer
Dim Minimum As System.Double
Dim Maximum As System.Double
Dim Inclusive As System.Boolean
Dim Increment As System.Double
Dim FastIncr As System.Double
Dim SlowIncr As System.Double
 
instance.SetRange2(Units, Minimum, Maximum, Inclusive, Increment, FastIncr, SlowIncr)
C# 
void SetRange2( 
   System.int Units,
   System.double Minimum,
   System.double Maximum,
   System.bool Inclusive,
   System.double Increment,
   System.double FastIncr,
   System.double SlowIncr
)
C++/CLI 
void SetRange2( 
&   System.int Units,
&   System.double Minimum,
&   System.double Maximum,
&   System.bool Inclusive,
&   System.double Increment,
&   System.double FastIncr,
&   System.double SlowIncr
) 

Parameters

Units
Number box units as defined in swNumberboxUnitType_e (see Remarks)
Minimum
Minimum value
Maximum

Maximum value

Inclusive
True sets the range as inclusive, false sets it as exclusive
Increment
Increment value
FastIncr
Fast increment value for scrolling and mouse-wheel
SlowIncr
Slow increment value for scrolling and mouse-wheel

Example

Remarks

This method works while a PropertyManager page is displayed with these restrictions:

  • You cannot change Units once the page is displayed. The Units parameter is ignored if specified while the page is displayed.

  • If the range is changed to an invalid value by this method, then you must immediately call IPropertyManagerPageNumberbox::Value and set a valid value to prevent displaying the dialog that requests the user to enter a valid value.

 

See Also

Availability

SOLIDWORKS 2008 FCS, Revision Number 16.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   SetRange2 Method (IPropertyManagerPageNumberbox)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2017 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.