Create and register an event array using specified name, description, and type.
[Visual Basic .NET] |
---|
Public Function Create( _ ByVal Name As String, _ ByVal Description As String, _ ByVal Type As AgECrdnEventArrayType _ ) As |
[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++] |
---|
public: HRESULT Create( BSTR Name, BSTR Description, AgECrdnEventArrayType Type, IAgCrdnEventArray ** ppRetVal ); |
- 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.