STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT GetFolder(
    VARIANT IndexOrName,
    IAgComponentInfoCollection ** ppFolder
);
[Java]
public IAgComponentInfoCollection getFolder(
    AgVariant IndexOrName
);
[Python - STK API ]
def GetFolder(self, IndexOrName:typing.Any) -> "IAgComponentInfoCollection":

Parameters

IndexOrName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.