STK ObjectsSend comments on this topic.
GetComponents Method (IAgComponentDirectory)
See Also
EComponent
Windows





Windows & Linux

Description

Returns the specified components.

Syntax

[Visual Basic .NET]
Public Function GetComponents( _
    ByVal EComponent As AgEComponent _
) As IAgComponentInfoCollection
[Managed C++]
public: IAgComponentInfoCollection^ GetComponents(
    AgEComponent EComponent
);
[Unmanaged C++]
public: HRESULT GetComponents(
    AgEComponent EComponent,
    IAgComponentInfoCollection ** ppComponentCollection
);
[Java]
public IAgComponentInfoCollection getComponents(
    AgEComponent EComponent
);
[Python - STK API ]
def GetComponents(self, EComponent:"AgEComponent") -> "IAgComponentInfoCollection":

Parameters

EComponent

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.