Create and register an event interval collection using specified name, description, and type.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnEventIntervalCollection Create( string Name, string Description, AgECrdnEventIntervalCollectionType Type ); |
| [Managed C++] |
|---|
public: IAgCrdnEventIntervalCollection^ Create( String __gc ^ Name, String __gc ^ Description, AgECrdnEventIntervalCollectionType Type ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnEventIntervalCollection create( String Name, String Description, AgECrdnEventIntervalCollectionType Type ); |
[Python - STK API ] |
|---|
def Create(self, Name:str, Description:str, Type:"AgECrdnEventIntervalCollectionType") -> "IAgCrdnEventIntervalCollection": |
- Name
- Description
- Type






