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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1