Click or drag to resize

NotifyDistanceInfo Class

[Missing <summary> documentation for "T:Demo3D.Visuals.NotifyDistanceInfo"]

Inheritance Hierarchy
SystemObject
  Demo3D.VisualsNotifyDistanceInfo

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public class NotifyDistanceInfo : ITask

The NotifyDistanceInfo type exposes the following members.

Constructors
  NameDescription
Public methodNotifyDistanceInfo
Initializes a new instance of the NotifyDistanceInfo class
Public methodNotifyDistanceInfo(Double, Visual)
Initializes a new instance of the NotifyDistanceInfo class
Top
Properties
  NameDescription
Public propertyDistance
Public propertyIsCompleted
Public propertyVisual
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodForNoLongerThan
Throw an exception if the task takes longer than the timeout.
(Defined by TaskExt.)
Public Extension MethodIfTimeout
Add an action to be called if a task throws an exception due to a timeout.
(Defined by TaskExt.)
Top
See Also