Click or drag to resize
TerminalPropertyExtensionsGetValueColor 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 Color GetValueColor(
	IMyTerminalBlock block,
	string propertyId
)

Parameters

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

Return Value

Type: Color
property value as Color
See Also