AGI STK VGT 11Send 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
[C#]
public IAgCrdnEventIntervalCollection Create(
   string Name,
   string Description,
   AgECrdnEventIntervalCollectionType Type
);
[Managed C++]
public: IAgCrdnEventIntervalCollection^ Create(
   String __gc ^ Name,
   String __gc ^ Description,
   AgECrdnEventIntervalCollectionType Type
);
[Java]
public IAgCrdnEventIntervalCollection create(
   String Name,
   String Description,
   AgECrdnEventIntervalCollectionType Type
);
[Unmanaged C++]
public: HRESULT Create(
   BSTR Name,
   BSTR Description,
   AgECrdnEventIntervalCollectionType Type,
   IAgCrdnEventIntervalCollection ** ReturnValue
);

Parameters

Name
Description
Type
MemberValueDescription
eCrdnEventIntervalCollectionTypeUnknown-1Unknown or unsupported interval collection types
eCrdnEventIntervalCollectionTypeLighting0Defined by computing sunlight, penumbra and umbra intervals as seen at specified location using specified selection of eclipsing bodies.
eCrdnEventIntervalCollectionTypeSignaled1Determines 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.
eCrdnEventIntervalCollectionTypeCondition2Interval 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.