STK Vector Geometry ToolSend comments on this topic.
GetItemByName Method (IAgCrdnParameterSetGroup)
See Also
Name
Specify a name of a element.
Windows





Windows & Linux

Description

Retrieves an element from the collection by name.

Syntax

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

Parameters

Name
Specify a name of a element.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.