Show / Hide Table of Contents

Interface IElectricMotorTranslation

Inherited Members
IElectricMotor.OnBeginStart
IElectricMotor.OnBeginStop
IElectricMotor.OnDisposed
IElectricMotor.OnEmbeddedChanged
IElectricMotor.CurrentDirection
IElectricMotor.Embedded
IElectricMotor.Enabled
IElectricMotor.Entities
IElectricMotor.Error
IElectricMotor.Name
IElectricMotor.On
IElectricMotor.Selectable
IElectricMotor.Selected
IElectricMotor.UsingONSwitch
IElectricMotor.Copy()
IElectricMotor.KeyDown(Key)
IElectricMotor.Step(Single)
IElectricMotor.ToggleVisibility()
IElectricMotor.DoubleClick()
IMotor.OnDirectionChanged
IMotor.OnEnableChanged
IMotor.OnSpeedChanged
IMotor.OnStarted
IMotor.OnStopped
IMotor.Arrows
IMotor.CurrentSpeed
IMotor.Direction
IMotor.Locked
IMotor.Running
IMotor.Speed
IMotor.Visible
IMotor.Add(IArrow)
IMotor.Backward()
IMotor.Forward()
IMotor.Remove(IArrow)
IMotor.Reset()
IMotor.Start()
IMotor.Stop()
IMotor.SwitchDirection()
IEntityNotification.Notification
IEntityNotification.Warning
IEntity.OnNameChanged
IEntity.EntityId
IEntity.Image
IEntity.ListSolutionExplorer
IEntity.Parent
System.IDisposable.Dispose()
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IElectricMotorTranslation : IElectricMotor, IMotor, IEntityNotification, IEntity, IDisposable

Properties

Assemblies

Gets the assemblies.

Declaration
IMotorTranslationAssemblyCollection Assemblies { get; }
Property Value
Type Description
IMotorTranslationAssemblyCollection

The assemblies.

CoordinateSystems

Gets the CoordinateSystems.

Declaration
IMotorTranslationCoordinateSystemCollection CoordinateSystems { get; }
Property Value
Type Description
IMotorTranslationCoordinateSystemCollection

The CoordinateSystems.

Parts

Declaration
IMotorTranslationPartCollection Parts { get; }
Property Value
Type Description
IMotorTranslationPartCollection
Back to top Generated by DocFX