Description
The value of the control at the start of the
plugin search run. Set by STK.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property InitialValue() As Double
|
| [C#] |
public double InitialValue {get; set;}
|
| [Managed C++] |
public: __property double get_InitialValue();
public: __property void set_InitialValue(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_InitialValue(
double * pRetVal
);
public: HRESULT put_InitialValue(
double NewInitialValue
);
|
| [Java] |
public double getInitialValue();public void setInitialValue(
double
);
|
See Also