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