STK ObjectsSend comments on this topic.
GetItemByName Method (IAgComponentInfoCollection)
See Also
Name
Windows





Windows & Linux

Description

Retrieves component info from the collection by name.

Syntax

[Visual Basic .NET]
Public Function GetItemByName( _
    ByVal Name As String _
) As IAgComponentInfo
[C#]
public IAgComponentInfo GetItemByName(
    string Name
);
[Managed C++]
public: IAgComponentInfo^ GetItemByName(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT GetItemByName(
    BSTR Name,
    IAgComponentInfo ** ppVal
);
[Java]
public IAgComponentInfo getItemByName(
    String Name
);
[Python - STK API ]
def GetItemByName(self, Name:str) -> "IAgComponentInfo":

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.