Create and register an event array using specified name, description, and type.
| [Visual Basic .NET] |
|---|
|
| [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++] |
|---|
|
- 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.





