AGI STK Objects 11Send comments on this topic.
FillResolution Property (IAgSnVO)
See Also 
Windows






Windows & Linux

Description

Specify the fill resolution angle for the sensor. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FillResolution() As Double
[C#]
public double FillResolution {get; set;}
[Managed C++]
public: __property double get_FillResolution();
public: __property void set_FillResolution(
   double
);
[Unmanaged C++]
public: HRESULT get_FillResolution(
   double * pRetVal
);
public: HRESULT put_FillResolution(
   double NewFillResolution
);
[Java]
public double getFillResolution();public void setFillResolution(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.