Description
Flux file containing Ap values
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property FluxFile() As String
|
[C#] |
---|
public string FluxFile {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_FluxFile(); public: __property void set_FluxFile(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_FluxFile(
BSTR * pVal
);
public: HRESULT put_FluxFile(
BSTR FluxFile
);
|
[Java] |
---|
public String getFluxFile();
public void setFluxFile(
String
);
|
[Python - STK API] |
---|
@property
def FluxFile(self) -> str:
@FluxFile.setter
def FluxFile(self, FluxFile:str) -> None:
|
See Also