Click or drag to resize

MotorAspectLockTGet Method

Gets the value of the locked property.

Namespace:  Demo3D.Visuals.Motor
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public T Get()

Return Value

Type: T
The value of the locked property.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the lock is not held.
See Also