STK ObjectsSend comments on this topic.
ExtinctionCoefficient Property (IAgBeerBouguerLambertLawLayer)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_ExtinctionCoefficient(
    double val
);
[Java]
public double getExtinctionCoefficient();
public void setExtinctionCoefficient(
    double
);
[Python - STK API ]
@property
def ExtinctionCoefficient(self) -> float:

@ExtinctionCoefficient.setter
def ExtinctionCoefficient(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.