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:
24.2.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
Boolean
See Also