AGI STK Objects 11 Send comments on this topic.
Value Property (IAgDrResult)
See Also 





Description

Returns the reference to the object containing the actual results returned by the data provider. The type of the object returned depends on the category. The categories currently defined are: Interval, SubSection and TextMessage

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Value() As Object

[C#]
public Object Value {get;}

[Managed C++]
public: __property IUnknown^ get_Value();

[Unmanaged C++]
public: HRESULT get_Value(
IUnknown ** ppRetVal
);

[Java]
public Object getValue();

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1