STK UtilSend comments on this topic.
Item Property (IAgPropertyInfoCollection)
See Also
IndexOrName
Windows





Windows & Linux

Description

Allows the user to iterate through the properties.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal IndexOrName As System.Object _
) As IAgPropertyInfo
[C#]
public IAgPropertyInfo this[
    System.Object IndexOrName
] {get;}
[Managed C++]
public: __property IAgPropertyInfo^ get_Item(
    VARIANT IndexOrName
);
[Unmanaged C++]
public: HRESULT get_Item(
    VARIANT IndexOrName,
    IAgPropertyInfo* ppVal
);
[Java]
public IAgPropertyInfo getItem(
    AgVariant IndexOrName
);
[Python - STK API ]
@property
def Item(self) -> "IAgPropertyInfo":

Parameters

IndexOrName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.