STK ObjectsSend comments on this topic.
Emitters Property (IAgRFInterference)
See Also
Windows





Windows & Linux

Description

Gets the interference emitters collection.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.