Gets the height of the drawing sheet.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property SheetHeight As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IEModelViewControl
Dim value As System.Double
value = instance.SheetHeight |
C# | |
---|
System.double SheetHeight {get;} |
C++/CLI | |
---|
property System.double SheetHeight {
System.double get();
} |
Property Value
Height of drawing sheet in either inches or millimeters, depending on the regional settings of your computer, not the model units of the drawing
Example
See Also
Availability
eDrawings API 2005 SP0