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






Windows & Linux

Description

Spectral quantum efficiency data file for the detectors.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property QEFile() As String
[C#]
public string QEFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_QEFile();
public: __property void set_QEFile(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_QEFile(
   BSTR * pRetVal
);
public: HRESULT put_QEFile(
   BSTR NewQEFile
);
[Java]
public String getQEFile();public void setQEFile(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.