IFieldOfViewCentralBodyProjectionGraphicsServiceApproximateSamplesPerBoundary 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 
Volume, 
FootprintOutline, and 
FootprintInterior.
            If this parameter is 
, approximately 200 samples are used per boundary.
            
 
    Namespace: 
   AGI.Foundation.Platforms.Advanced
    Assembly:
   AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
SyntaxGraphicsParameter<int> ApproximateSamplesPerBoundary { get; set; }Property ApproximateSamplesPerBoundary As GraphicsParameter(Of Integer)
	Get
	Set
property GraphicsParameter<int>^ ApproximateSamplesPerBoundary {
	GraphicsParameter<int>^ get ();
	void set (GraphicsParameter<int>^ value);
}abstract ApproximateSamplesPerBoundary : GraphicsParameter<int> with get, set
Property Value
Type: 
GraphicsParameterInt32
See Also