Click or drag to resize

MotorAspectLock Class

A lock on a property of MotorAspect.
Inheritance Hierarchy

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

The MotorAspectLock type exposes the following members.

Constructors
  NameDescription
Protected methodMotorAspectLock
Initializes a new instance of the MotorAspectLock class
Top
Methods
  NameDescription
Public methodDispose
Releases 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