STK AstrogatorSend comments on this topic.
Results Property (IAgVAMCSSegment)
See Also
Windows





Windows & Linux

Description

The results of the segment.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Results() As IAgVACalcObjectCollection
[C#]
public IAgVACalcObjectCollection Results {get;}
[Managed C++]
public: __property IAgVACalcObjectCollection ^ get_Results();
[Unmanaged C++]
public: HRESULT get_Results(
    IAgVACalcObjectCollection ** ppVACalcObjectCollection
);
[Java]
public IAgVACalcObjectCollection getResults();
[Python - STK API ]
@property
def Results(self) -> "IAgVACalcObjectCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.