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