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






Windows & Linux

Description

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

Syntax

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

[C#]
public IAgCrdnEventArray Create(
string Name,
string Description,
AgECrdnEventArrayType Type
);

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

[Java]
public IAgCrdnEventArray create(
String Name,
String Description,
AgECrdnEventArrayType Type
);

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

Parameters

Name
Description
Type
Member Value Description
eCrdnEventArrayTypeUnknown -1 Unknown or unsupported time array types
eCrdnEventArrayTypeExtrema 0 Determines time of local minimum and/or maximum of specified scalar calculation.
eCrdnEventArrayTypeStartStopTimes 1 Defined by taking start and/or stop times of every interval in specified reference interval list and adding them to array.
eCrdnEventArrayTypeMerged 2 Defined by merging times from two other arrays by creating union of bounding intervals from two constituent arrays.
eCrdnEventArrayTypeFiltered 3 Defined by filtering times from original time array according to specified filtering method.
eCrdnEventArrayTypeFixedStep 4 Defined by taking fixed time steps from specified time reference and adding sampled times to array if they fall within specified bounding interval list.
eCrdnEventArrayTypeConditionCrossings 5 Time array containing times at which specified condition changes its satisfaction status.
eCrdnEventArrayTypeSignaled 6 Determines what time array is recorded at target clock location by performing signal transmission of original time array between base and target clock locations.
eCrdnEventArrayTypeFixedTimes 7 Time array containing specific times.

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