AGI STK Objects 11Send 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
[C#]
public IAgComponentInfoCollection GetComponents(
   AgEComponent EComponent
);
[Managed C++]
public: IAgComponentInfoCollection^ GetComponents(
   AgEComponent EComponent
);
[Java]
public IAgComponentInfoCollection getComponents(
   AgEComponent EComponent
);
[Unmanaged C++]
public: HRESULT GetComponents(
   AgEComponent EComponent,
   IAgComponentInfoCollection ** ReturnValue
);

Parameters

EComponent
MemberValueDescription
eComponentAll0Returns all components. Currently not implemented.
eComponentCommunication1Returns only communication components.
eComponentAstrogator2Returns only astrogator components.
eComponentRadar3Returns only radar components.
eComponentCollections4Returns collection components.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.