AGI STK Objects 11Send comments on this topic.
RelativePermittivity Property (IAgAtmosphericAbsorptionModelTirem)
See Also 
Windows






Windows & Linux

Description

Gets or sets the relative permittivity.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RelativePermittivity() As Double
[C#]
public double RelativePermittivity {get; set;}
[Managed C++]
public: __property double get_RelativePermittivity();
public: __property void set_RelativePermittivity(
   double
);
[Unmanaged C++]
public: HRESULT get_RelativePermittivity(
   double * pRetVal
);
public: HRESULT put_RelativePermittivity(
   double NewRelativePermittivity
);
[Java]
public double getRelativePermittivity();public void setRelativePermittivity(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.