AGI AgSearch 11 Send comments on this topic.
InitialValue Property (IAgSearchControlReal)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1