CADability dotNET
Applies this style to the given GeoObject. Since the style knows better about the different kinds of interfaces and attributes, this is implemented in the Style class not in IGeoObjectImpl.

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

Syntax

C#
public void Apply(
	IGeoObject go
)
Visual Basic
Public Sub Apply ( _
	go As IGeoObject _
)
Visual C++
public:
void Apply(
	IGeoObject^ go
)

Parameters

go
Type: CADability.GeoObject..::..IGeoObject
the GeoObject which is to be modified

See Also