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





Windows & Linux

Description

Gets the current receiver model.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.