CADability dotNET
Removes this attribute from the list of accepted attributes. For custom attributes see Accept(IGeoObject)

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

Syntax

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

Parameters

atr
Type: CADability..::..INamedAttribute
Attribute to be removed

Return Value

true, if attribute was known, false otherwise

See Also