Create and register an event interval collection using specified name, description, and type.
| [Visual Basic .NET] |
|---|
Public Function Create( _ ByVal Name As String, _ ByVal Description As String, _ ByVal Type As AgECrdnEventIntervalCollectionType _ ) As IAgCrdnEventIntervalCollection |
| [C#] |
|---|
public IAgCrdnEventIntervalCollection Create( |
| [Managed C++] |
|---|
public: IAgCrdnEventIntervalCollection^ Create( |
| [Java] |
|---|
public IAgCrdnEventIntervalCollection create( |
| [Unmanaged C++] |
|---|
public: HRESULT Create( |
- 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.
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.
