CADability dotNET
Checks whether the provided attribute would be accepted

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

Syntax

C#
public virtual bool Contains(
	INamedAttribute atr
)
Visual Basic
Public Overridable Function Contains ( _
	atr As INamedAttribute _
) As Boolean
Visual C++
public:
virtual bool Contains(
	INamedAttribute^ atr
)

Parameters

atr
Type: CADability..::..INamedAttribute
The attribute to check

Return Value

true, if objects with this attribute would be accepted by this filter, false otherwise

See Also