STK ObjectsSend comments on this topic.
Item Property (IAgDataPrvElements)
See Also
IndexOrName
Windows





Windows & Linux

Description

Returns the specific item provided an Index.

Property type

Read-only property

Syntax

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

Parameters

IndexOrName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.