CADability dotNET
Checks whether the given GeoObject accords to this style

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

Syntax

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

Parameters

go
Type: CADability.GeoObject..::..IGeoObject
the GeoObject to check

Return Value

true, if all attributes are the same as given in the style

See Also