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





Windows & Linux

Description

Retrieves an event from the collection by name.

Syntax

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

Parameters

Name
Specify a name of an event.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.