IMyTerminalActionsHelperGetProperty Method |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
Namespace: Sandbox.ModAPIAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ITerminalProperty GetProperty(
string id,
Type blockType
)
Function GetProperty (
id As String,
blockType As Type
) As ITerminalProperty
ITerminalProperty^ GetProperty(
String^ id,
Type^ blockType
)
abstract GetProperty :
id : string *
blockType : Type -> ITerminalProperty
Parameters
- id
- Type: SystemString
- blockType
- Type: SystemType
Return Value
Type:
ITerminalPropertySee Also