STK ObjectsSend comments on this topic.
Value Property (IAgDrResult)
See Also
Windows





Windows & Linux

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 ** ppVal
);
[Java]
public Object getValue();
[Python - STK API ]
@property
def Value(self) -> "IDispatch":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.