SensorFieldOfViewVisualizerTEntityApproximateSamplesPerBoundary Property  | 
 
            Gets or sets a parameter defining the approximate number of samples to use in the triangulation of each
            
SensorProjectionBoundary.  A higher number yields a more accurate projection, which affects
            the accuracy of the sensor volume, footprint outline, and footprint interior.
            The default value is 200.
            
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int ApproximateSamplesPerBoundary { get; set; }Public Property ApproximateSamplesPerBoundary As Integer
	Get
	Set
public:
property int ApproximateSamplesPerBoundary {
	int get ();
	void set (int value);
}member ApproximateSamplesPerBoundary : int with get, set
Property Value
Type: 
Int32
See Also