MotorAspectLockTSet Method  | 
 
            Sets the value of the locked property.
            
 
    Namespace: 
   Demo3D.Visuals.Motor
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic void Set(
	T value
)
Parameters
- value
 - Type: T
The value for the locked property. 
Exceptions| Exception | Condition | 
|---|
| InvalidOperationException | Thrown if the lock is not held. | 
See Also