STK ObjectsSend comments on this topic.
SurfaceConductivity Property (IAgAtmosphericAbsorptionModelTirem)
See Also
Windows





Windows & Linux

Description

Gets or sets the surface conductivity.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SurfaceConductivity() As Double
[C#]
public double SurfaceConductivity {get; set;}
[Managed C++]
public: __property double get_SurfaceConductivity();
public: __property void set_SurfaceConductivity( double );
[Unmanaged C++]
public: HRESULT get_SurfaceConductivity(
    double * pVal
);
public: HRESULT put_SurfaceConductivity(
    double val
);
[Java]
public double getSurfaceConductivity();
public void setSurfaceConductivity(
    double
);
[Python - STK API ]
@property
def SurfaceConductivity(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.