AGI STK Objects 11 Send comments on this topic.
Fraction Property (IAgVeVODataFraction)
See Also 





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 * pRetVal
);
public: HRESULT put_Fraction(
double NewFraction
);

[Java]
public double getFraction();public void setFraction(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1