CADability dotNET
Returns true, if the setting of the style of this object is identical to the setting of the individual attributes, false otherwise

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool StyleIsValid { get; }
Visual Basic
Public ReadOnly Property StyleIsValid As Boolean
	Get
Visual C++
public:
property bool StyleIsValid {
	bool get ();
}

See Also