ObserverPointAngleRotateY Property |
Gets or sets the angle rotate y.
Namespace:
Aspose.CAD.FileFormats
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public float AngleRotateY { get; set; }
Public Property AngleRotateY As Single
Get
Set
public:
property float AngleRotateY {
float get ();
void set (float value);
}
member AngleRotateY : float32 with get, set
Property Value
Type:
Single
The angle rotate y.
See Also