Click or drag to resize

MotorAspectLockT 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: 15.0.2.11458
Syntax
C#
public sealed class Lock<T> : MotorAspectLock

Type Parameters

T
The type of the property.

The MotorAspectLockT type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the MotorAspectLockT
Public methodGet
Gets the value of the locked property.
Public methodSet
Sets the value of the locked property.
Top
See Also