STK AstrogatorSend comments on this topic.
Item Property (IAgVAUserVariableDefinitionCollection)
See Also
IndexOrName
Windows





Windows & Linux

Description

Allows you to iterate through the collection.

Property type

Read-only property

Syntax

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

Parameters

IndexOrName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.