Creates and registers a condition set using specified name, description, and type.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnConditionSet Create( string Name, string Description, AgECrdnConditionSetType Type ); |
| [Managed C++] |
|---|
public: IAgCrdnConditionSet^ Create( String __gc ^ Name, String __gc ^ Description, AgECrdnConditionSetType Type ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnConditionSet create( String Name, String Description, AgECrdnConditionSetType Type ); |
[Python - STK API ] |
|---|
def Create(self, Name:str, Description:str, Type:"AgECrdnConditionSetType") -> "IAgCrdnConditionSet": |
- Name
- Component's name. The name must not have spaces.
- Description
- Component's optional description.
- Type






