STK ObjectsSend comments on this topic.
RollOffFactor Property (IAgRFFilterModelRaisedCosine)
See Also
Windows





Windows & Linux

Description

Gets or sets the roll off factor.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RollOffFactor() As Double
[C#]
public double RollOffFactor {get; set;}
[Managed C++]
public: __property double get_RollOffFactor();
public: __property void set_RollOffFactor( double );
[Unmanaged C++]
public: HRESULT get_RollOffFactor(
    double * pVal
);
public: HRESULT put_RollOffFactor(
    double val
);
[Java]
public double getRollOffFactor();
public void setRollOffFactor(
    double
);
[Python - STK API ]
@property
def RollOffFactor(self) -> float:

@RollOffFactor.setter
def RollOffFactor(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.