Gets the transmitter collection.
Read-only property
[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": |