Click or drag to resize
TerminalPropertyExtensionsGetValueFloat Method

[This is preliminary documentation and is subject to change.]

Returns value of specified property

Namespace: Sandbox.ModAPI.Interfaces
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
public static float GetValueFloat(
	IMyTerminalBlock block,
	string propertyId
)

Parameters

block
Type: Sandbox.ModAPI.IngameIMyTerminalBlock
block reference
propertyId
Type: SystemString
property id (name)

Return Value

Type: Single
property value as float
See Also