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: 19.00.00
Syntax
C#
public sealed class Range : IDisposable

The MotorAspectLimitRange type exposes the following members.

Properties
 NameDescription
Public propertyActive Whether the restrictive range is applied to a MotorAspectLimit.
Public propertyMax The maximum value for the restrictive range.
Public propertyMin The minimum value for the restrictive range.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the MotorAspectLimitRange
Protected methodFinalize
(Overrides ObjectFinalize)
Top
See Also