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