Create and register an interval using specified name, description, and type.
| [Visual Basic .NET] |
|---|
|
| [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++] |
|---|
|
- Name
- Description
- Type
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.





