Gets or sets the in track offset from the center of the target.
Read-write property
[Visual Basic .NET] |
---|
Public Property InTrack() As Double |
[C#] |
---|
public double InTrack {get; set;} |
[Managed C++] |
---|
public: __property double get_InTrack(); |
[Unmanaged C++] |
---|
public: HRESULT get_InTrack( double * pVal ); public: HRESULT put_InTrack( double newVal ); |
[Java] |
---|
public double getInTrack(); public void setInTrack( double ); |