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