Create an event array using specified times.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnEventArray CreateEventArrayFixedTimes( string Name, string Description ); |
| [Managed C++] |
|---|
public: IAgCrdnEventArray^ CreateEventArrayFixedTimes( String __gc ^ Name, String __gc ^ Description ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnEventArray createEventArrayFixedTimes( String Name, String Description ); |
[Python - STK API ] |
|---|
def CreateEventArrayFixedTimes(self, Name:str, Description:str) -> "IAgCrdnEventArray": |
- Name
- Description






