AGI STK VGT 11 Send comments on this topic.
CreateEventIntervalCollectionSatisfaction Method (IAgCrdnEventIntervalCollectionFactory)
See Also 
Name
Description





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
);

[Java]
public IAgCrdnEventIntervalCollection createEventIntervalCollectionSatisfaction(
String Name,
String Description
);

[Unmanaged C++]
public: HRESULT CreateEventIntervalCollectionSatisfaction(
BSTR Name,
BSTR Description,
IAgCrdnEventIntervalCollection ** ReturnValue
);

Parameters

Name
Description

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1