Detector geometry used by CRRES and NASA models.
Read-write property
[Visual Basic .NET] |
---|
Public Property DetectorGeometry() As AgEVeSpEnvDetectorGeometry |
[C#] |
---|
public AgEVeSpEnvDetectorGeometry DetectorGeometry {get; set;} |
[Managed C++] |
---|
public: __property AgEVeSpEnvDetectorGeometry get_DetectorGeometry(); |
[Unmanaged C++] |
---|
public: HRESULT get_DetectorGeometry( AgEVeSpEnvDetectorGeometry * pVal ); public: HRESULT put_DetectorGeometry( AgEVeSpEnvDetectorGeometry DetectorGeometry ); |
[Java] |
---|
public AgEVeSpEnvDetectorGeometry getDetectorGeometry(); public void setDetectorGeometry( AgEVeSpEnvDetectorGeometry ); |
[Python - STK API ] |
---|
@property def DetectorGeometry(self) -> "AgEVeSpEnvDetectorGeometry": @DetectorGeometry.setter def DetectorGeometry(self, DetectorGeometry:"AgEVeSpEnvDetectorGeometry") -> None: |