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 Integer, _
   ByVal Minimum As Double, _
   ByVal Maximum As Double, _
   ByVal Inclusive As Boolean, _
   ByVal Increment As Double, _
   ByVal FastIncr As Double, _
   ByVal SlowIncr As Double _
) 
Visual Basic (Usage) 
Dim instance As IPropertyManagerPageNumberbox
Dim Units As Integer
Dim Minimum As Double
Dim Maximum As Double
Dim Inclusive As Boolean
Dim Increment As Double
Dim FastIncr As Double
Dim SlowIncr As Double
 
instance.SetRange2(Units, Minimum, Maximum, Inclusive, Increment, FastIncr, SlowIncr)
C# 
void SetRange2( 
   int Units,
   double Minimum,
   double Maximum,
   bool Inclusive,
   double Increment,
   double FastIncr,
   double SlowIncr
)
C++/CLI 
void SetRange2( 
&   int Units,
&   double Minimum,
&   double Maximum,
&   bool Inclusive,
&   double Increment,
&   double FastIncr,
&   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) 2010 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.