Autodesk.AutoCAD.DatabaseServices Namespace > PlotSettingsValidator Class > PlotSettingsValidator Methods > SetCurrentStyleSheet Method
PlotSettingsValidator.SetCurrentStyleSheet Method
Description

 

This method is used to set a specific plot style table on a layout.

Visual Basic
Public Function SetCurrentStyleSheet(
    plotSet As PlotSettings, 
    styleSheetName As string
) As void
C#
public void SetCurrentStyleSheet(
    PlotSettings plotSet, 
    string styleSheetName
);
Parameters
Parameters 
Description 
PlotSettings plotSet 
Input 
string styleSheetName 
Input pointer to plot style table name 
Links
   Comments?