Click or drag to resize

MotorAspectLimitRange Class

A restrictive range.
Inheritance Hierarchy
SystemObject
  Demo3D.Visuals.MotorMotorAspectLimitRange

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

The MotorAspectLimitRange type exposes the following members.

Properties
  NameDescription
Public propertyActive
Public propertyMax
The maximum value for the restrictive range.
Public propertyMin
The minimum value for the restrictive range.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the MotorAspectLimitRange
Protected methodFinalize (Overrides ObjectFinalize.)
Top
See Also