Description
Returns whether or not the control parameters can be set.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ControlParametersAvailable() As Boolean
|
| [C#] |
|---|
public bool ControlParametersAvailable {get;}
|
| [Managed C++] |
|---|
public: __property bool get_ControlParametersAvailable();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ControlParametersAvailable(
VARIANT_BOOL * pVal
);
|
| [Java] |
|---|
public bool getControlParametersAvailable();
|
| [Python - STK API] |
|---|
@property
def ControlParametersAvailable(self) -> bool:
|
See Also