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






Windows & Linux

Description

The effective fill factor of photosensitive surface area to the total detector surface area.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DetectorFillFactor() As Double

[C#]
public double DetectorFillFactor {get; set;}

[Managed C++]
public: __property double get_DetectorFillFactor();
public: __property void set_DetectorFillFactor(
double
);

[Unmanaged C++]
public: HRESULT get_DetectorFillFactor(
double * pRetVal
);
public: HRESULT put_DetectorFillFactor(
double NewDetectorFillFactor
);

[Java]
public double getDetectorFillFactor();public void setDetectorFillFactor(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface