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





Windows & Linux

Description

Gets the interference source collection.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.