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






Windows & Linux

Description

Create and register an event interval collection using specified name, description, and type.

Syntax

[Visual Basic .NET]
Public Function Create( _
   ByVal Name As String, _
   ByVal Description As String, _
   ByVal Type As AgECrdnEventIntervalCollectionType _
) As IAgCrdnEventIntervalCollection

[Managed C++]
public: IAgCrdnEventIntervalCollection^ Create(
String __gc ^ Name,
String __gc ^ Description,
AgECrdnEventIntervalCollectionType Type
);

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

Parameters

Name
Description
Type
Member Value Description
eCrdnEventIntervalCollectionTypeUnknown -1 Unknown or unsupported interval collection types
eCrdnEventIntervalCollectionTypeLighting 0 Defined by computing sunlight, penumbra and umbra intervals as seen at specified location using specified selection of eclipsing bodies.
eCrdnEventIntervalCollectionTypeSignaled 1 Determines what interval list collection is recorded at target clock location by performing signal transmission of original interval list collection between base and target clock locations.
eCrdnEventIntervalCollectionTypeCondition 2 Interval collection containing intervals during which condition set is satisfied.

Remarks

Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface