AGI STK Objects 11Send comments on this topic.
GetFolder Method (IAgComponentInfoCollection)
See Also 
IndexOrName
Windows






Windows & Linux

Description

Returns the specified folder.

Syntax

[Visual Basic .NET]
Public Function GetFolder( _
   ByVal IndexOrName As System.Object _
) As IAgComponentInfoCollection
[C#]
public IAgComponentInfoCollection GetFolder(
   System.Object IndexOrName
);
[Managed C++]
public: IAgComponentInfoCollection^ GetFolder(
   VARIANT IndexOrName
);
[Java]
public IAgComponentInfoCollection getFolder(
   Variant IndexOrName
);
[Unmanaged C++]
public: HRESULT GetFolder(
   VARIANT IndexOrName,
   IAgComponentInfoCollection ** ReturnValue
);

Parameters

IndexOrName

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.