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





Windows & Linux

Description

Iterate through the collection.

Property type

Read-only property

Syntax

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

Parameters

IndexOrName

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.