CADability dotNET
Sets the provided layer and color to this object and propagates these attributes to the owned objects.

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

Syntax

C#
public virtual void PropagateAttributes(
	Layer layer,
	ColorDef colorDef
)
Visual Basic
Public Overridable Sub PropagateAttributes ( _
	layer As Layer, _
	colorDef As ColorDef _
)
Visual C++
public:
virtual void PropagateAttributes(
	Layer^ layer, 
	ColorDef^ colorDef
)

Parameters

layer
Type: CADability.Attribute..::..Layer
Layer to set
colorDef
Type: CADability.Attribute..::..ColorDef
Color to set

Implements

IGeoObject..::..PropagateAttributes(Layer, ColorDef)

See Also