Description
Toggles the display of all entity
lines.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property ShowLines() As Boolean
|
| [C#] |
public bool ShowLines {get; set;}
|
| [Managed C++] |
public: __property bool get_ShowLines();
public: __property void set_ShowLines(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_ShowLines(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowLines(
VARIANT_BOOL NewShowLines
);
|
| [Java] |
public bool getShowLines();public void setShowLines(
bool
);
|
See Also