GetStandardScale Method (IPrintManager) Send Feedback
See Also 
StdScaleType[out]

Type of standard scale as defined in dsStandardPrintScale_e

ScaleValue[out]
Value of the scale

Gets the standard scale and value of the scale for printing.

Syntax

Visual Basic 
Sub GetStandardScale( _
   ByRef StdScaleType As dsStandardPrintScale_e, _
   ByRef ScaleValue As System.Double _
) 
C# 
void GetStandardScale( 
   out dsStandardPrintScale_e StdScaleType,
   out System.double ScaleValue
)
JavaScript 
GetStandardScale(
) : {
   StdScaleType : String,
   ScaleValue : Number
}
COM native C++ 
HRESULT GetStandardScale( 
   dsStandardPrintScale_e* StdScaleType,
   DOUBLE* ScaleValue
) 
C++ 
DSRESULT GetStandardScale( 
   dsStandardPrintScale_e* StdScaleType,
   double* ScaleValue
) 

Parameters

StdScaleType[out]

Type of standard scale as defined in dsStandardPrintScale_e

ScaleValue[out] or Return Value
Value of the scale
 

See Also

Availability

DraftSight V1R1.1