STK Common Entity LibrarySend comments on this topic.
Angle3 Property (IAgEntityAttitudeEuler)
See Also
Windows





Windows & Linux

Description

The third angle adjustment in degrees.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Angle3() As Double
[C#]
public double Angle3 {get; set;}
[Managed C++]
public: __property double get_Angle3();
public: __property void set_Angle3( double );
[Unmanaged C++]
public: HRESULT get_Angle3(
    double * pAngle
);
public: HRESULT put_Angle3(
    double Angle
);
[Java]
public double getAngle3();
public void setAngle3(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.