Measure Visualization
Since version: 1.7
The measure visualization profile allows the map author to write an expression that evaluates to a value used to drive the visualization of measure values along a line. This is used in the context of linear referencing hatching of m-aware lines. When each measure value is drawn, the measure value is interpolated for the marker location and passed into the script. It is expected that the script returns the desired value to draw via a text graphic in a marker symbol.
Context
This profile was created for use in the following contexts:
- ArcGIS Pro
- ArcGIS Enterprise
Profile variables
Variable Name | Type | Description |
---|---|---|
$measure | Number | The interpolated M-value for the marker location. |
$feature | Feature | The feature which is to be drawn on the map. |
$view.scale | Number | Returns the scale of the map at the time the expression evaluates. |