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 
[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 ** ppFolder
);

Parameters

IndexOrName

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.