IMyMotorRotorStator Property |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
Note: This API is now obsolete.
Gets the attached stator/suspension block
Namespace: Sandbox.ModAPIAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax [ObsoleteAttribute("Use IMyAttachableTopBlock.Base")]
IMyMotorBase Stator { get; }
<ObsoleteAttribute("Use IMyAttachableTopBlock.Base")>
ReadOnly Property Stator As IMyMotorBase
Get
[ObsoleteAttribute(L"Use IMyAttachableTopBlock.Base")]
property IMyMotorBase^ Stator {
IMyMotorBase^ get ();
}
[<ObsoleteAttribute("Use IMyAttachableTopBlock.Base")>]
abstract Stator : IMyMotorBase with get
Property Value
Type:
IMyMotorBaseSee Also