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 System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim value As System.Integer
instance.FrameHeight = value
value = instance.FrameHeight |
CSolidWorks.Interop.sldworks~SolidWorks.Interop.sldworks.IModelView~FrameHeight.html# | |
---|
System.int FrameHeight {get; set;} |
C++/CLI | |
---|
property System.int FrameHeight {
System.int get();
void set ( & System.int value);
} |
Property Value
Height of document window in client area in pixels
Example
See Also