CADability dotNET
Sets the Styleof the provided GeoObject go as the last style. If new objects are created with construct method and last style is used, this style will be used.

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

Syntax

C#
protected void KeepAsLastStyle(
	IGeoObject go
)
Visual Basic
Protected Sub KeepAsLastStyle ( _
	go As IGeoObject _
)
Visual C++
protected:
void KeepAsLastStyle(
	IGeoObject^ go
)

Parameters

go
Type: CADability.GeoObject..::..IGeoObject
Object to get the style from

See Also