VerticalClearanceOperator.MaxDistance Property
Gets or sets the maximal distance from the route, at which terrain rasters and obstacles can generate output.
Syntax
public AttributeVariable< System.Double > MaxDistance { get; set; }
Property Value
Default: 10000.0
A distance in meters. Raster cells and obstacles that are nearer the route will affect the output.
Remarks
This property is an attribute variable that can take its value from an attribute of the route feature, or from a user-defined update attribute from the View. However, if the value is longer than 100 000 m, you should set it as a constant value (a direct attribute variable). Otherwise, the operator would not understand that route lines more than 100 km outside the View area can affect features inside the area.
Platforms
Windows, Linux, Android