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





Windows & Linux

Description

Retrieves an event interval from the collection by name.

Syntax

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

Parameters

Name
Specify a name of an event interval.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.