STK ObjectsSend comments on this topic.
DetectorGeometry Property (IAgVeSpEnvRadiation)
See Also
Windows





Windows & Linux

Description

Detector geometry used by CRRES and NASA models.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DetectorGeometry() As AgEVeSpEnvDetectorGeometry
[C#]
public AgEVeSpEnvDetectorGeometry DetectorGeometry {get; set;}
[Managed C++]
public: __property AgEVeSpEnvDetectorGeometry get_DetectorGeometry();
public: __property void set_DetectorGeometry( AgEVeSpEnvDetectorGeometry );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.