STK UtilSend comments on this topic.
GetItemByName Method (IAgPropertyInfoCollection)
See Also
Name
Windows





Windows & Linux

Description

Retrieves a property from the collection by name.

Syntax

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

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.