FieldOfViewCentralBodyProjectionGraphicsExtensionApproximateSamplesPerBoundary 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
    Assembly:
   AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic GraphicsParameter<int> ApproximateSamplesPerBoundary { get; set; }Public Property ApproximateSamplesPerBoundary As GraphicsParameter(Of Integer)
	Get
	Set
public:
virtual property GraphicsParameter<int>^ ApproximateSamplesPerBoundary {
	GraphicsParameter<int>^ get () sealed;
	void set (GraphicsParameter<int>^ value) sealed;
}abstract ApproximateSamplesPerBoundary : GraphicsParameter<int> with get, set
override ApproximateSamplesPerBoundary : GraphicsParameter<int> with get, set
Property Value
Type: 
GraphicsParameterInt32Implements
IFieldOfViewCentralBodyProjectionGraphicsServiceApproximateSamplesPerBoundary
See Also