CADability dotNET
This method is called to notify the object of an attribute that changed some of its properties. The objects returns true, if it needs to be repainted.

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

Syntax

C#
bool AttributeChanged(
	INamedAttribute attribute
)
Visual Basic
Function AttributeChanged ( _
	attribute As INamedAttribute _
) As Boolean
Visual C++
bool AttributeChanged(
	INamedAttribute^ attribute
)

Parameters

attribute
Type: CADability..::..INamedAttribute

See Also