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





Windows & Linux

Description

Retrieves a condition from the collection by name.

Syntax

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

Parameters

Name
Specify a name of a condition.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.