Determines if the interface is a collection.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property IsCollection() As Boolean |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property bool get_IsCollection(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public bool getIsCollection(); |
| [Python - STK API] |
|---|
@property def IsCollection(self) -> bool: |





