AGI STK Objects 11 Send comments on this topic.
TangentialOffset Property (IAgVeVOControlBox)
See Also 





Description

This property is deprecated. Use XOffset instead.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TangentialOffset() As Double

[C#]
public double TangentialOffset {get; set;}

[Managed C++]
public: __property double get_TangentialOffset();
public: __property void set_TangentialOffset(
double
);

[Unmanaged C++]
public: HRESULT get_TangentialOffset(
double * pRetVal
);
public: HRESULT put_TangentialOffset(
double NewTangentialOffset
);

[Java]
public double getTangentialOffset();public void setTangentialOffset(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1