Click or drag to resize

SensorVolumeConstraint Constructor (IServiceProvider, LinkRole)

Initializes a new instance with the specified constrained link and constrained link end.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SensorVolumeConstraint(
	IServiceProvider constrainedLink,
	LinkRole constrainedLinkEnd
)

Parameters

constrainedLink
Type: SystemIServiceProvider
The link to which this constraint is applied.
constrainedLinkEnd
Type: AGI.Foundation.AccessLinkRole
The end of the link that provides the IFieldOfViewService and is observing the other object.
Remarks

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

See Also