PlotSettingsValidatorSetPlotRotation Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void SetPlotRotation(
PlotSettings plotSet,
PlotRotation rotationType
)
Public Sub SetPlotRotation (
plotSet As PlotSettings,
rotationType As PlotRotation
)
public:
void SetPlotRotation(
PlotSettings^ plotSet,
PlotRotation rotationType
)
member SetPlotRotation :
plotSet : PlotSettings *
rotationType : PlotRotation -> unit
Parameters
- plotSet PlotSettings
-
- rotationType PlotRotation
-
See Also