| Visual Basic | |
|---|---|
Sub GetUserScaleValue( _ ByRef PaperUnits As System.Double, _ ByRef DrawingUnits As System.Double _ ) | |
| C# | |
|---|---|
void GetUserScaleValue( out System.double PaperUnits, out System.double DrawingUnits ) | |
| JavaScript | |
|---|---|
GetUserScaleValue(
) : {
PaperUnits : Number,
DrawingUnits : Number
}
| |
| COM native C++ | |
|---|---|
HRESULT GetUserScaleValue( DOUBLE* PaperUnits, DOUBLE* DrawingUnits ) | |
| C++ | |
|---|---|
DSRESULT GetUserScaleValue( double* PaperUnits, double* DrawingUnits ) | |
Parameters
- PaperUnits[out]
- User-defined paper units
- DrawingUnits[out] or Return Value
- User-defined drawing units
IPrintManager Interface
IPrintManager Members
IPrintManager::SetUserScaleValue Method
IPrintManager::GetStandardScale Method
IPrintManager::SetStandardScale Method
IPrintManager::UserScale Property
IPrintManager Members
IPrintManager::SetUserScaleValue Method
IPrintManager::GetStandardScale Method
IPrintManager::SetStandardScale Method
IPrintManager::UserScale Property
DraftSight V1R1.1
Syntax