STK AstrogatorSend comments on this topic.
GetItemByName Method (IAgVAStoppingConditionCollection)
See Also
Name
Windows





Windows & Linux

Description

Retrieves a stopping condition in the collection by name.

Syntax

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

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.