Description
Fraction of single leading or trailing vehicle pass to display. Dimensionless.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Fraction() As Double
|
[C#] |
---|
public double Fraction {get; set;}
|
[Managed C++] |
---|
public: __property double get_Fraction(); public: __property void set_Fraction(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Fraction(
double * pVal
);
public: HRESULT put_Fraction(
double dVal
);
|
[Java] |
---|
public double getFraction();
public void setFraction(
double
);
|
[Python - STK API] |
---|
@property
def Fraction(self) -> float:
@Fraction.setter
def Fraction(self, dVal:float) -> None:
|
See Also