Click or drag to resize

TurretBase Class

Base class for the implementation of turret objects.
Inheritance Hierarchy
SystemObject
  LynceeTec.DHM.TurretTurretBase

Namespace:  LynceeTec.DHM.Turret
Assembly:  LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 8.1.17212.0 8_1_dev af417e8, built 2019-10-03 13:47:41 UTC
Syntax
public abstract class TurretBase : ITurret

The TurretBase type exposes the following members.

Properties
  NameDescription
Public propertyIndexPosition
Public propertyIsHardwareAvailable
Gets a value indicating whether the physical hardware was detected and is available.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the TurretBase
Public methodInit
Public methodSetIndexPosition
Top
Events
  NameDescription
Public eventTurretPositionChanged
Top
See Also