Click or drag to resize

MotorAspectLock Class

A lock on a property of MotorAspect.
Inheritance Hierarchy
SystemObject
  Demo3D.Visuals.MotorMotorAspectLock
    Demo3D.Visuals.MotorMotorAspectLockT

Namespace: Demo3D.Visuals.Motor
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public abstract class Lock : IDisposable

The MotorAspectLock type exposes the following members.

Constructors
 NameDescription
Protected methodMotorAspectLockInitializes a new instance of the MotorAspectLock class
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the MotorAspectLock
Protected methodDispose(Boolean)Releases the unmanaged resources used by the MotorAspectLock and optionally releases the managed resources
Top
See Also