AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_SurfaceConductivity(
   double NewSurfaceConductivity
);
[Java]
public double getSurfaceConductivity();public void setSurfaceConductivity(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.