Height Property (IEModelViewControl)
Gets the height of the control.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Height As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IEModelViewControl
Dim value As System.Integer
value = instance.Height |
C# | |
---|
System.int Height {get;} |
C++/CLI | |
---|
property System.int Height {
System.int get();
} |
Property Value
Height of the control
Example
Remarks
See Also
Availability
eDrawings API 2005 SP0