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