STK ObjectsSend comments on this topic.
FolderCount Property (IAgComponentInfoCollection)
See Also
Windows





Windows & Linux

Description

Get the number of folders available.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property FolderCount() As Integer
[C#]
public int FolderCount {get;}
[Managed C++]
public: __property int get_FolderCount();
[Unmanaged C++]
public: HRESULT get_FolderCount(
    long * pVal
);
[Java]
public int getFolderCount();
[Python - STK API ]
@property
def FolderCount(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.