STK UtilSend comments on this topic.
IsCollection Property (IAgRuntimeTypeInfo)
See Also
Windows





Windows & Linux

Description

Determines if the interface is a collection.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsCollection() As Boolean
[C#]
public bool IsCollection {get;}
[Managed C++]
public: __property bool get_IsCollection();
[Unmanaged C++]
public: HRESULT get_IsCollection(
    VARIANT_BOOL * pVal
);
[Java]
public bool getIsCollection();
[Python - STK API ]
@property
def IsCollection(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.