CircularAccessConstraintSetAngularRegion Method  | 
 
            Sets the satisfaction region given the two angles forming the boundary:
            
StartAngle and 
StopAngle.
            The region is defined from the 
startAngle increasing to the 
stopAngle.
            
 
    Namespace: 
   AGI.Foundation.Access
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void SetAngularRegion(
	double startAngle,
	double stopAngle
)
Public Sub SetAngularRegion ( 
	startAngle As Double,
	stopAngle As Double
)
public:
void SetAngularRegion(
	double startAngle, 
	double stopAngle
)
member SetAngularRegion : 
        startAngle : float * 
        stopAngle : float -> unit 
Parameters
- startAngle
 - Type: SystemDouble
The angle at the start of the boundary. - stopAngle
 - Type: SystemDouble
The angle at the end of the boundary. 
See Also