STK AstrogatorSend comments on this topic.
CurrentValue Property (IAgVAGoldenSectionControl)
See Also
Windows





Windows & Linux

Description

Get the value of the independent variable after the last targeter run.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property CurrentValue() As System.Object
[C#]
public System.Object CurrentValue {get;}
[Managed C++]
public: __property VARIANT get_CurrentValue();
[Unmanaged C++]
public: HRESULT get_CurrentValue(
    VARIANT * pVal
);
[Java]
public AgVariant getCurrentValue();
[Python - STK API ]
@property
def CurrentValue(self) -> typing.Any:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.