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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.