Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TraceLocationProperties

Hierarchy

  • TraceLocationProperties

Index

Properties

Optional globalId

globalId: string

The globalId (UUID) of the feature to start or stop the trace.

Read more...

Optional isFilterBarrier

isFilterBarrier: boolean

This indicates whether this barrier starting location should be skipped (filtered) when a trace attempts to find upstream controllers.

Read more...

Optional percentAlong

percentAlong: number

This double parameter of value of 0-1 indicates a percentage along the line of where the starting location is placed.

Read more...

Optional terminalId

terminalId: number

The terminal Id to place the starting location at.

Read more...

Optional type

type: "starting-point" | "barrier"

The type of the trace location; starting-point defines where the trace should start and barrier defines where the trace should stop.

Read more...

Generated using TypeDoc