CADability dotNET
Checks whether an IGeoObject is accepted by this filter. To realize custom filters, override this method.

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

Syntax

C#
public virtual bool Accept(
	IGeoObject go
)
Visual Basic
Public Overridable Function Accept ( _
	go As IGeoObject _
) As Boolean
Visual C++
public:
virtual bool Accept(
	IGeoObject^ go
)

Parameters

go
Type: CADability.GeoObject..::..IGeoObject
The object beeing tested

Return Value

true if accepted, fale otherwise

See Also