AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_DetectorGeometry(
   AgEVeSpEnvDetectorGeometry NewDetectorGeometry
);
[Java]
public AgEVeSpEnvDetectorGeometry getDetectorGeometry();public void setDetectorGeometry(
   AgEVeSpEnvDetectorGeometry
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.