AGI STK Objects 11 Send comments on this topic.
DetectorGeometry Property (IAgVeSpEnvRadiation)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1