STK ObjectsSend comments on this topic.
Model Property (IAgSaVO)
See Also
Windows





Windows & Linux

Description

Get the satellite's Model properties.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Model() As IAgSaVOModel
[C#]
public IAgSaVOModel Model {get;}
[Managed C++]
public: __property IAgSaVOModel ^ get_Model();
[Unmanaged C++]
public: HRESULT get_Model(
    IAgSaVOModel ** ppVal
);
[Java]
public IAgSaVOModel getModel();
[Python - STK API ]
@property
def Model(self) -> "IAgSaVOModel":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.