This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
Sandbox.ModAPI.Interfaces.ITerminalProperty`1
Malware edited this page Dec 25, 2018
·
25 revisions
← Index
private public abstract ITerminalProperty<TValue>
```csharp
**Namespace:** [Sandbox.ModAPI.Interfaces](Sandbox.ModAPI.Interfaces)
**Assembly:** Sandbox.Common.dll
**Implements:**
* [Sandbox.ModAPI.Interfaces.ITerminalProperty](Sandbox.ModAPI.Interfaces.ITerminalProperty)
### Example
### Remarks
###### Properties
|Member|Description|
|---|---|
|[Id](Sandbox.ModAPI.Interfaces.ITerminalProperty.Id)|Property Id (value name)<br /><br />_Inherited from [ITerminalProperty](Sandbox.ModAPI.Interfaces.ITerminalProperty)_|
|[TypeName](Sandbox.ModAPI.Interfaces.ITerminalProperty.TypeName)|Property type (bool - [System.Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean?view=netframework-4.6) , float - [System.Single](https://docs.microsoft.com/en-us/dotnet/api/system.single?view=netframework-4.6) , color - [Color](VRageMath.Color) )<br /><br />_Inherited from [ITerminalProperty](Sandbox.ModAPI.Interfaces.ITerminalProperty)_|
###### Methods
|Member|Description|
|---|---|
|[GetValue(IMyCubeBlock)](Sandbox.ModAPI.Interfaces.ITerminalProperty`1.GetValue)||
|[SetValue(IMyCubeBlock, TValue)](Sandbox.ModAPI.Interfaces.ITerminalProperty`1.SetValue)||
|[GetDefaultValue(IMyCubeBlock)](Sandbox.ModAPI.Interfaces.ITerminalProperty`1.GetDefaultValue)||
|[GetMininum(IMyCubeBlock)](Sandbox.ModAPI.Interfaces.ITerminalProperty`1.GetMininum)|_**Obsolete:** Use GetMinimum instead_|
|[GetMinimum(IMyCubeBlock)](Sandbox.ModAPI.Interfaces.ITerminalProperty`1.GetMinimum)||
|[GetMaximum(IMyCubeBlock)](Sandbox.ModAPI.Interfaces.ITerminalProperty`1.GetMaximum)||Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!