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





Windows & Linux

Description

The first angle adjustment in degrees.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Angle1() As Double
[C#]
public double Angle1 {get; set;}
[Managed C++]
public: __property double get_Angle1();
public: __property void set_Angle1( double );
[Unmanaged C++]
public: HRESULT get_Angle1(
    double * pAngle
);
public: HRESULT put_Angle1(
    double Angle
);
[Java]
public double getAngle1();
public void setAngle1(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.