Creates and registers a condition using specified name, description and type.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnCondition Create( string Name, string Description, AgECrdnConditionType Type ); |
| [Managed C++] |
|---|
public: IAgCrdnCondition^ Create( String __gc ^ Name, String __gc ^ Description, AgECrdnConditionType Type ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnCondition create( String Name, String Description, AgECrdnConditionType Type ); |
[Python - STK API ] |
|---|
def Create(self, Name:str, Description:str, Type:"AgECrdnConditionType") -> "IAgCrdnCondition": |
- Name
- Description
- Type
Create a condition defined by determining if input scalar is within specified bounds.
| [C#] | ||
|---|---|---|
| ||
Create a condition defined by determining if input scalar is within specified bounds.
| [Visual Basic .NET] | ||
|---|---|---|
| ||






