Registers a parameter of the computation that may be estimated. Returns an index identifier of the parameter used by other interfaces.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def RegisterParameter(self, Name:str, DefaultValue:float, MinValue:float, MaxValue:float, Dimension:str) -> int: |
- Name
- DefaultValue
- MinValue
- MaxValue
- Dimension






