CADability dotNET
Propagates the layer and color from the owner (usually a BlockRef) to this object.

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

Syntax

C#
void PropagateAttributes(
	Layer layer,
	ColorDef colorDef
)
Visual Basic
Sub PropagateAttributes ( _
	layer As Layer, _
	colorDef As ColorDef _
)
Visual C++
void PropagateAttributes(
	Layer^ layer, 
	ColorDef^ colorDef
)

Parameters

layer
Type: CADability.Attribute..::..Layer
The layer
colorDef
Type: CADability.Attribute..::..ColorDef
The color

See Also