Get or sets the height of the frame of the document window that contains the model view in the SolidWorks client area.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Property FrameHeight As Integer | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IModelView
Dim value As Integer
 
instance.FrameHeight = value
 
value = instance.FrameHeight
 | 
| C# |  | 
|---|
| int FrameHeight {get; set;} | 
| C++/CLI |  | 
|---|
| property int FrameHeight {
   int get();
   void set (int value);
} | 
Return Value
Height of document window in client area in pixels
Example
            
            
            
            See Also