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 * pVal
);
public: HRESULT put_InsertionLoss(
    double val
);
[Java]
public double getInsertionLoss();
public void setInsertionLoss(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.