Description
Gets or Sets whether persistence lines are displayed.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property DisplayLines() As Boolean
|
[C#] |
---|
public bool DisplayLines {get; set;}
|
[Managed C++] |
---|
public: __property bool get_DisplayLines(); public: __property void set_DisplayLines(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_DisplayLines(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_DisplayLines(
VARIANT_BOOL DisplayLines
);
|
[Java] |
---|
public bool getDisplayLines();
public void setDisplayLines(
bool
);
|
[Python - STK API] |
---|
@property
def DisplayLines(self) -> bool:
@DisplayLines.setter
def DisplayLines(self, DisplayLines:bool) -> None:
|
See Also