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





Description

Detector material

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DetectorType() As AgEVeSpEnvDetectorType

[C#]
public AgEVeSpEnvDetectorType DetectorType {get; set;}

[Managed C++]
public: __property AgEVeSpEnvDetectorType get_DetectorType();
public: __property void set_DetectorType(
AgEVeSpEnvDetectorType
);

[Unmanaged C++]
public: HRESULT get_DetectorType(
AgEVeSpEnvDetectorType * pRetVal
);
public: HRESULT put_DetectorType(
AgEVeSpEnvDetectorType NewDetectorType
);

[Java]
public AgEVeSpEnvDetectorType getDetectorType();public void setDetectorType(
AgEVeSpEnvDetectorType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1