Description
Drag variable area history file.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property VariableAreaHistoryFile() As String
|
[C#] |
---|
public string VariableAreaHistoryFile {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_VariableAreaHistoryFile(); public: __property void set_VariableAreaHistoryFile(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_VariableAreaHistoryFile(
BSTR * pVal
);
public: HRESULT put_VariableAreaHistoryFile(
BSTR InVal
);
|
[Java] |
---|
public String getVariableAreaHistoryFile();
public void setVariableAreaHistoryFile(
String
);
|
[Python - STK API] |
---|
@property
def VariableAreaHistoryFile(self) -> str:
@VariableAreaHistoryFile.setter
def VariableAreaHistoryFile(self, InVal:str) -> None:
|
See Also