STK ObjectsSend comments on this topic.
DetectorFillFactor Property (IAgSnEOIRBand)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_DetectorFillFactor(
    double newVal
);
[Java]
public double getDetectorFillFactor();
public void setDetectorFillFactor(
    double
);
[Python - STK API ]
@property
def DetectorFillFactor(self) -> float:

@DetectorFillFactor.setter
def DetectorFillFactor(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.