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





Windows & Linux

Description

Get the list of results defined for the profile.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.