Creates and registers an event using specified name, description, and type.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnEvent Create( string Name, string Description, AgECrdnEventType Type ); |
| [Managed C++] |
|---|
public: IAgCrdnEvent^ Create( String __gc ^ Name, String __gc ^ Description, AgECrdnEventType Type ); |
| [Java] |
|---|
public IAgCrdnEvent create( String Name, String Description, AgECrdnEventType 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.





