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






Windows & Linux

Description

Fraction of leading portion of track 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.