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 AgEVeSpEnvDetectorGeometry ); |
[Java] |
---|
public AgEVeSpEnvDetectorGeometry getDetectorGeometry(); public void setDetectorGeometry( AgEVeSpEnvDetectorGeometry ); |