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





Windows & Linux

Description

The component interface.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Component() As IAgComponentInfo
[C#]
public IAgComponentInfo Component {get;}
[Managed C++]
public: __property IAgComponentInfo ^ get_Component();
[Unmanaged C++]
public: HRESULT get_Component(
    IAgComponentInfo ** ppRetVal
);
[Java]
public IAgComponentInfo getComponent();
[Python - STK API ]
@property
def Component(self) -> "IAgComponentInfo":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.