Click or drag to resize

TerrainLineOfSightConstraint Constructor (TerrainProvider)

Initializes a new instance with the specified terrain provider.

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(
	TerrainProvider terrainProvider
)

Parameters

terrainProvider
Type: AGI.Foundation.TerrainTerrainProvider
The terrain provider to use.
Remarks

This constraint is ready for use with AccessComputation after being constructed using this constructor. However, before evaluating this constraint as part of an AccessQuery, it is also necessary to set the ConstrainedLink and ConstrainedLinkEnd properties.

See Also