Write / Read |
About Display Items |
Description |
Set and return whether the grid lines are displayed in solid or dotted lines for all open windows. Grid lines are returned to solid when the VNA is Preset. |
VB Syntax |
app.GridLineType = value |
Variable |
(Type) - Description |
app |
A Application Object (object) |
value |
(Enum as naLineType) - Choose from: 0 - naLineTypeSolid 1 - naLineTypeDotted |
Return Type |
Enum |
Default |
naLineTypeSolid |
Examples |
app.GridLineType = naLineTypeSolid 'Write |
C++ Syntax |
HRESULT get_GridLineType(tag naLineType* pVal); HRESULT put_GridLineType(tag naLineType newVal); |
Interface |
IApplication |