Hide Table of Contents
GetScaleParametersForActiveDocument Method (ISw3DPrinter)

Gets the values by which the document can be scaled. The values appear in the Scale box.

.NET Syntax

Visual Basic (Declaration) 
Sub GetScaleParametersForActiveDocument( _
   ByRef minimumScale As System.Integer, _
   ByRef maximumScale As System.Integer, _
   ByRef scaleIncrement As System.Integer _
) 
Visual Basic (Usage) 
Dim instance As ISw3DPrinter
Dim minimumScale As System.Integer
Dim maximumScale As System.Integer
Dim scaleIncrement As System.Integer
 
instance.GetScaleParametersForActiveDocument(minimumScale, maximumScale, scaleIncrement)
C# 
void GetScaleParametersForActiveDocument( 
   out System.int minimumScale,
   out System.int maximumScale,
   out System.int scaleIncrement
)
C++/CLI 
void GetScaleParametersForActiveDocument( 
&   [Out] System.int minimumScale,
&   [Out] System.int maximumScale,
&   [Out] System.int scaleIncrement
) 

Parameters

minimumScale
Minimum scale value
maximumScale

Maximum scale value

scaleIncrement

Value by which to increment scale values

Remarks

These values appear in the Scale box.

This method is called when the user selects the vendor's printer.

When the user selects a printer from the list, that printer’s driver populates the Print dialog with default values. One of values is the scale parameters. For example, a printer might be able to scale between 10% and 300% in 5% increments. The printer's driver implements this method to return the minimum, maximum, and increment values, and SolidWorks calls this method to return these values for that printer's driver.

 

See Also

Availability

SolidWorks 2007 FCS, Revision Number 15.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:   GetScaleParametersForActiveDocument Method (ISw3DPrinter)
*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) 2013 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.