Gets whether the scale of the drawing view is the same as the scale of the drawing sheet on which this view is located.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseSheetScale As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim value As Integer
instance.UseSheetScale = value
value = instance.UseSheetScale
|
C# | |
---|
int UseSheetScale {get; set;} |
C++/CLI | |
---|
property int UseSheetScale {
int get();
void set (int value);
} |
Return Value
True if the view scale is set to be the same as the sheet scale, false if the view scale is independent of the sheet scale
Example
Remarks
See Also