Click or drag to resize

TerrainLineOfSightConstraint Constructor (IServiceProvider, LinkRole, TerrainProvider)

Initializes a new instance with the specified constrained link, constrained link end, and 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(
	IServiceProvider constrainedLink,
	LinkRole constrainedLinkEnd,
	TerrainProvider terrainProvider
)

Parameters

constrainedLink
Type: SystemIServiceProvider
The link to which this constraint is applied.
constrainedLinkEnd
Type: AGI.Foundation.AccessLinkRole
The end of the link that is observing the other object.
terrainProvider
Type: AGI.Foundation.TerrainTerrainProvider
The terrain provider to use.
Remarks

This constraint is ready for use with both AccessComputation and AccessQuery after being constructed using this constructor.

See Also