STK ObjectsSend comments on this topic.
Transmitters Property (IAgCommSystem)
See Also
Windows





Windows & Linux

Description

Gets the transmitter collection.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Transmitters() As IAgObjectLinkCollection
[C#]
public IAgObjectLinkCollection Transmitters {get;}
[Managed C++]
public: __property IAgObjectLinkCollection ^ get_Transmitters();
[Unmanaged C++]
public: HRESULT get_Transmitters(
    IAgObjectLinkCollection ** ppRetVal
);
[Java]
public IAgObjectLinkCollection getTransmitters();
[Python - STK API ]
@property
def Transmitters(self) -> "IAgObjectLinkCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.