STK AstrogatorSend comments on this topic.
Item Property (IAgVAStoppingConditionCollection)
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 IAgVAStoppingConditionElement
[C#]
public IAgVAStoppingConditionElement this[
    System.Object IndexOrName
] {get;}
[Managed C++]
public: __property IAgVAStoppingConditionElement^ get_Item(
    VARIANT IndexOrName
);
[Unmanaged C++]
public: HRESULT get_Item(
    VARIANT IndexOrName,
    IAgVAStoppingConditionElement* ppVAStoppingCondition
);
[Java]
public IAgVAStoppingConditionElement getItem(
    AgVariant IndexOrName
);
[Python - STK API ]
@property
def Item(self) -> "IAgVAStoppingConditionElement":

Parameters

IndexOrName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.