STK AstrogatorSend comments on this topic.
CalculationGraphs Property (IAgVADriverMCS)
See Also
Windows





Windows & Linux

Description

Get the calculation graphs.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property CalculationGraphs() As IAgVACalculationGraphCollection
[C#]
public IAgVACalculationGraphCollection CalculationGraphs {get;}
[Managed C++]
public: __property IAgVACalculationGraphCollection ^ get_CalculationGraphs();
[Unmanaged C++]
public: HRESULT get_CalculationGraphs(
    IAgVACalculationGraphCollection ** ppVACalculationGraphCollection
);
[Java]
public IAgVACalculationGraphCollection getCalculationGraphs();
[Python - STK API ]
@property
def CalculationGraphs(self) -> "IAgVACalculationGraphCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.