Returns the specified folder.
[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": |
- IndexOrName