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





Windows & Linux

Description

Returns a link/embed calc object.

Property type

Read-only property

Syntax

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

Parameters

IndexOrName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.