CadPlotSettingsPlotRotation Property |
Gets or sets the plot rotation.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 21.1
Syntaxpublic CadPlotRotation PlotRotation { get; set; }
Public Property PlotRotation As CadPlotRotation
Get
Set
public:
property CadPlotRotation PlotRotation {
CadPlotRotation get ();
void set (CadPlotRotation value);
}
member PlotRotation : CadPlotRotation with get, set
Property Value
Type:
CadPlotRotation
The plot rotation.
See Also