STK AstrogatorSend comments on this topic.
GetItemByIndex Method (IAgVAMCSSegmentCollection)
See Also
Index
Windows





Windows & Linux

Description

Retrieves the specified segment(using segment index number).

Syntax

[Visual Basic .NET]
Public Function GetItemByIndex( _
    ByVal Index As Integer _
) As IAgVAMCSSegment
[C#]
public IAgVAMCSSegment GetItemByIndex(
    int Index
);
[Managed C++]
public: IAgVAMCSSegment^ GetItemByIndex(
    int Index
);
[Unmanaged C++]
public: HRESULT GetItemByIndex(
    int Index,
    IAgVAMCSSegment ** ppVAMCSSegment
);
[Java]
public IAgVAMCSSegment getItemByIndex(
    Integer Index
);
[Python - STK API ]
def GetItemByIndex(self, Index:int) -> "IAgVAMCSSegment":

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.