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






Windows & Linux

Description

Gets or sets the insertion loss.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InsertionLoss() As Double
[C#]
public double InsertionLoss {get; set;}
[Managed C++]
public: __property double get_InsertionLoss();
public: __property void set_InsertionLoss(
   double
);
[Unmanaged C++]
public: HRESULT get_InsertionLoss(
   double * pRetVal
);
public: HRESULT put_InsertionLoss(
   double NewInsertionLoss
);
[Java]
public double getInsertionLoss();public void setInsertionLoss(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.