STK ObjectsSend comments on this topic.
FilterComponentLinking Property (IAgTransmitterModelComplex)
See Also
Windows





Windows & Linux

Description

Gets the link/embed controller for managing the filter model component.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property FilterComponentLinking() As IAgComponentLinkEmbedControl
[C#]
public IAgComponentLinkEmbedControl FilterComponentLinking {get;}
[Managed C++]
public: __property IAgComponentLinkEmbedControl ^ get_FilterComponentLinking();
[Unmanaged C++]
public: HRESULT get_FilterComponentLinking(
    IAgComponentLinkEmbedControl ** ppVal
);
[Java]
public IAgComponentLinkEmbedControl getFilterComponentLinking();
[Python - STK API ]
@property
def FilterComponentLinking(self) -> "IAgComponentLinkEmbedControl":

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.