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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface