Gets the current transmitter model.
Read-only property
[Visual Basic .NET] |
---|
Public Property Model() As IAgTransmitterModel |
[C#] |
---|
public IAgTransmitterModel Model {get;} |
[Managed C++] |
---|
public: __property IAgTransmitterModel ^ get_Model(); |
[Unmanaged C++] |
---|
public: HRESULT get_Model( IAgTransmitterModel ** ppTransmitterModel ); |
[Java] |
---|
public IAgTransmitterModel getModel(); |
[Python - STK API ] |
---|
@property def Model(self) -> "IAgTransmitterModel": |