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






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function Create( _
   ByVal Name As String, _
   ByVal Description As String, _
   ByVal Type As AgECrdnEventIntervalType _
) As IAgCrdnEventInterval
[C#]
public IAgCrdnEventInterval Create(
   string Name,
   string Description,
   AgECrdnEventIntervalType Type
);
[Managed C++]
public: IAgCrdnEventInterval^ Create(
   String __gc ^ Name,
   String __gc ^ Description,
   AgECrdnEventIntervalType Type
);
[Java]
public IAgCrdnEventInterval create(
   String Name,
   String Description,
   AgECrdnEventIntervalType Type
);
[Unmanaged C++]
public: HRESULT Create(
   BSTR Name,
   BSTR Description,
   AgECrdnEventIntervalType Type,
   IAgCrdnEventInterval ** ReturnValue
);

Parameters

Name
Description
Type
MemberValueDescription
eCrdnEventIntervalTypeUnknown-1Unknown or unsupported interval types
eCrdnEventIntervalTypeFixed0Interval defined between two explicitly specified start and stop times.
eCrdnEventIntervalTypeFixedDuration1Interval of fixed duration specified using start and stop offsets relative to specified reference time instant.
eCrdnEventIntervalTypeBetweenTimeInstants2Interval between specified start and stop time instants.
eCrdnEventIntervalTypeFromIntervalList3Interval created from specified interval list by using one of several selection methods.
eCrdnEventIntervalTypeScaled4Interval defined by scaling original interval using either absolute or relative scale.
eCrdnEventIntervalTypeSignaled5Determines an interval recorded at a target clock location by performing signal transmission.
eCrdnEventIntervalTypeTimeOffset6Interval defined by shifting specified reference interval by fixed time offset.
eCrdnEventIntervalTypeSmartInterval7A smart interval.

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.