AGI STK Objects 11 Send comments on this topic.
LabelAngle Property (IAgVeGfxElevationsElement)
See Also 





Description

The angle (0-359 deg, starting at 12 o'clock) along the contour at which the label displays.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LabelAngle() As Integer

[C#]
public int LabelAngle {get; set;}

[Managed C++]
public: __property int get_LabelAngle();
public: __property void set_LabelAngle(
int
);

[Unmanaged C++]
public: HRESULT get_LabelAngle(
long * pRetVal
);
public: HRESULT put_LabelAngle(
long NewLabelAngle
);

[Java]
public int getLabelAngle();public void setLabelAngle(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1