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 ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnEvent create( String Name, String Description, AgECrdnEventType Type ); |
[Python - STK API ] |
|---|
def Create(self, Name:str, Description:str, Type:"AgECrdnEventType") -> "IAgCrdnEvent": |
- Name
- Description
- Type






