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





Windows & Linux

Description

The second angle adjustment in degrees.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Angle2() As Double
[C#]
public double Angle2 {get; set;}
[Managed C++]
public: __property double get_Angle2();
public: __property void set_Angle2( double );
[Unmanaged C++]
public: HRESULT get_Angle2(
    double * pAngle
);
public: HRESULT put_Angle2(
    double Angle
);
[Java]
public double getAngle2();
public void setAngle2(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.