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