EntityColorIsByLayer Property
 | 
Gets if the color method for this object is
ColorMethod.ByLayer or the color method is ColorMethod.ByAci and
the ACI is ByLayer.
Namespace:  Teigha.Colors
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public bool IsByLayer { get; }
 
Public ReadOnly Property IsByLayer As Boolean
        Get
 
public:
property bool IsByLayer {
        bool get ();
}
 
member IsByLayer : bool with get
 
 
 
Property Value
Type: 
Boolean 
See Also