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





Windows & Linux

Description

Get the Mission Control Sequence options.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Options() As IAgVAMCSOptions
[C#]
public IAgVAMCSOptions Options {get;}
[Managed C++]
public: __property IAgVAMCSOptions ^ get_Options();
[Unmanaged C++]
public: HRESULT get_Options(
    IAgVAMCSOptions ** ppVAMCSOptions
);
[Java]
public IAgVAMCSOptions getOptions();
[Python - STK API ]
@property
def Options(self) -> "IAgVAMCSOptions":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.