AGI STK Objects 11 Send comments on this topic.
ExtinctionCoefficient Property (IAgBeerBouguerLambertLawLayer)
See Also 





Description

Gets or sets the extinction coefficient.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ExtinctionCoefficient() As Double

[C#]
public double ExtinctionCoefficient {get; set;}

[Managed C++]
public: __property double get_ExtinctionCoefficient();
public: __property void set_ExtinctionCoefficient(
double
);

[Unmanaged C++]
public: HRESULT get_ExtinctionCoefficient(
double * pRetVal
);
public: HRESULT put_ExtinctionCoefficient(
double NewExtinctionCoefficient
);

[Java]
public double getExtinctionCoefficient();public void setExtinctionCoefficient(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1