Click or drag to resize

TerrainLineOfSightConstraint Constructor

Initializes a new instance with default values.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.TerrainAnalysis (in AGI.Foundation.TerrainAnalysis.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TerrainLineOfSightConstraint()
Remarks

Before evaluating this constraint using AccessComputation, the user must set the TerrainProvider property. Before evaluating this constraint as part of an AccessQuery, it is also necessary to set the ConstrainedLink and ConstrainedLinkEnd properties.

See Also