STK AgSearchSend 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 * pInitialValue
);
public: HRESULT put_InitialValue(
    double InitialValue
);
[Java]
public double getInitialValue();
public void setInitialValue(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.