IMyMotorBaseRotor Property |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
Note: This API is now obsolete.
Gets the attached rotor part entity
Namespace: Sandbox.ModAPIAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax [ObsoleteAttribute("Use IMyMechanicalConnectionBlock.Top")]
IMyCubeBlock Rotor { get; }
<ObsoleteAttribute("Use IMyMechanicalConnectionBlock.Top")>
ReadOnly Property Rotor As IMyCubeBlock
Get
[ObsoleteAttribute(L"Use IMyMechanicalConnectionBlock.Top")]
property IMyCubeBlock^ Rotor {
IMyCubeBlock^ get ();
}
[<ObsoleteAttribute("Use IMyMechanicalConnectionBlock.Top")>]
abstract Rotor : IMyCubeBlock with get
Property Value
Type:
IMyCubeBlockSee Also