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