STK ObjectsSend comments on this topic.
SupportedComponents Property (IAgComponentLinkEmbedControl)
See Also
Windows





Windows & Linux

Description

Gets the list of supported component names.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SupportedComponents() As System.Array
[C#]
public System.Array SupportedComponents {get;}
[Managed C++]
public: __property System::Array get_SupportedComponents();
[Unmanaged C++]
public: HRESULT get_SupportedComponents(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getSupportedComponents();
[Python - STK API ]
@property
def SupportedComponents(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.