CADability dotNET
Returns true if this object uses the attribute in the parameter. Attributes may be CADability objects like Layer etc. or any user defined objects.

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

Syntax

C#
bool IsAttributeUsed(
	Object Attribute
)
Visual Basic
Function IsAttributeUsed ( _
	Attribute As Object _
) As Boolean
Visual C++
bool IsAttributeUsed(
	Object^ Attribute
)

Parameters

Attribute
Type: System..::..Object
attribut to check

Return Value

true if used by this GeoObject

See Also