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