STK ObjectsSend comments on this topic.
LabelAngle Property (IAgVeGfxElevationsElement)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_LabelAngle(
    long LabelAngle
);
[Java]
public int getLabelAngle();
public void setLabelAngle(
    int
);
[Python - STK API ]
@property
def LabelAngle(self) -> int:

@LabelAngle.setter
def LabelAngle(self, LabelAngle:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.