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.2.419.0 (24.2.419.0)
Syntax public SensorVolumeConstraint(
IServiceProvider constrainedLink,
LinkRole constrainedLinkEnd
)
Public Sub New (
constrainedLink As IServiceProvider,
constrainedLinkEnd As LinkRole
)
public:
SensorVolumeConstraint(
IServiceProvider^ constrainedLink,
LinkRole constrainedLinkEnd
)
new :
constrainedLink : IServiceProvider *
constrainedLinkEnd : LinkRole -> SensorVolumeConstraint
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 See Also