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






Windows & Linux

Description

The current value of the control. Set by the plugin search algorithm.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CurrentValue() As Double

[C#]
public double CurrentValue {get; set;}

[Managed C++]
public: __property double get_CurrentValue();
public: __property void set_CurrentValue(
double
);

[Unmanaged C++]
public: HRESULT get_CurrentValue(
double * pRetVal
);
public: HRESULT put_CurrentValue(
double NewCurrentValue
);

[Java]
public double getCurrentValue();public void setCurrentValue(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface