CADability dotNET
Determins whether an attribute (e.g. Layer, [!:LineStyle]) is used by any GeoObjects of this model.

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

Syntax

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

Parameters

Attribute
Type: System..::..Object
Attribut to test

Return Value

True, if attribute is used, false otherwise.

See Also