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





Windows & Linux

Description

The angle from the contour at which the label is displayed. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LabelAngle() As Double
[C#]
public double LabelAngle {get; set;}
[Managed C++]
public: __property double get_LabelAngle();
public: __property void set_LabelAngle( double );
[Unmanaged C++]
public: HRESULT get_LabelAngle(
    double * pLevel
);
public: HRESULT put_LabelAngle(
    double pLevel
);
[Java]
public double getLabelAngle();
public void setLabelAngle(
    double
);
[Python - STK API ]
@property
def LabelAngle(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.