Gets the interference emitters collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Emitters() As IAgObjectLinkCollection |
[C#] |
---|
public IAgObjectLinkCollection Emitters {get;} |
[Managed C++] |
---|
public: __property IAgObjectLinkCollection ^ get_Emitters(); |
[Unmanaged C++] |
---|
public: HRESULT get_Emitters( IAgObjectLinkCollection ** ppRetVal ); |
[Java] |
---|
public IAgObjectLinkCollection getEmitters(); |
[Python - STK API ] |
---|
@property def Emitters(self) -> "IAgObjectLinkCollection": |