Share

Database.PlotStyleMode Property

Description

Returns true when this database is using color-dependent plot styles, and false for named plot styles. See the AutoCAD User's Guide for more information on the two types of plot styles.

Visual Basic

Public Property PlotStyleMode() As bool

C#

public bool PlotStyleMode;

Conditions

Read-only

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?