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 * pRetVal ); public: HRESULT put_SurfaceConductivity( double NewSurfaceConductivity );
|
| [Java] |
|---|
public double getSurfaceConductivity();public void setSurfaceConductivity( double );
|
See Also