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





Windows & Linux

Description

Retrieves a condition set from the collection by name.

Syntax

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

Parameters

Name
Specify a name of a condition set.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.