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

Parameters

IndexOrName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.