STK Vector Geometry ToolSend comments on this topic.
CreateEventIntervalCollectionSatisfaction Method (IAgCrdnEventIntervalCollectionFactory)
See Also
Name
Description
Windows





Windows & Linux

Description

Create an event interval collection containing intervals during which condition set is satisfied.

Syntax

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

Parameters

Name
Description

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.