ConveyorVisualNotifyDistances Property  | 
 The list of distances at which to fire the OnNotifyDistance event. Once the distance is reached the event is fired at that distance is removed from the list.
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic List<NotifyDistanceInfo> NotifyDistances { get; }Property Value
Type: 
ListNotifyDistanceInfo
See Also