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






