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





Windows & Linux

Description

System relative spectral response file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SystemRelativeSpectralResponseFile() As String
[C#]
public string SystemRelativeSpectralResponseFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_SystemRelativeSpectralResponseFile();
public: __property void set_SystemRelativeSpectralResponseFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_SystemRelativeSpectralResponseFile(
    BSTR * pVal
);
public: HRESULT put_SystemRelativeSpectralResponseFile(
    BSTR newVal
);
[Java]
public String getSystemRelativeSpectralResponseFile();
public void setSystemRelativeSpectralResponseFile(
    String
);
[Python - STK API ]
@property
def SystemRelativeSpectralResponseFile(self) -> str:

@SystemRelativeSpectralResponseFile.setter
def SystemRelativeSpectralResponseFile(self, newVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.