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





Windows & Linux

Description

Retrieves a link/embed calc object found by the index.

Syntax

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

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.