DatabasePlotStyleMode Property
|
Property that indicates whether this database
is using color-dependent plot styles (true), or named plot styles
(false).
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool PlotStyleMode { get; }
Public ReadOnly Property PlotStyleMode As Boolean
Get
public:
property bool PlotStyleMode {
bool get ();
}
member PlotStyleMode : bool with get
Property Value
Boolean
See Also