Gets the standard scale and value of the scale for printing.
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
IPrintManager Interface
IPrintManager Members
IPrintManager::SetStandardScale Method
IPrintManager::GetUserScaleValue Method
IPrintManager::SetUserScaleValue Method
IPrintManager Members
IPrintManager::SetStandardScale Method
IPrintManager::GetUserScaleValue Method
IPrintManager::SetUserScaleValue Method
DraftSight V1R1.1