Returns the specified components.
[Visual Basic .NET] |
---|
Public Function GetComponents( _ ByVal EComponent As AgEComponent _ ) As IAgComponentInfoCollection |
[C#] |
---|
public IAgComponentInfoCollection GetComponents( |
[Managed C++] |
---|
public: IAgComponentInfoCollection^ GetComponents( |
[Java] |
---|
public IAgComponentInfoCollection getComponents( |
[Unmanaged C++] |
---|
public: HRESULT GetComponents( |
- EComponent
Member Value Description eComponentAll 0 Returns all components. Currently not implemented. eComponentCommunication 1 Returns only communication components. eComponentAstrogator 2 Returns only astrogator components. eComponentRadar 3 Returns only radar components. eComponentCollections 4 Returns collection components.