CADability dotNET
Sets the color of only the top level object (in case of the object contains children) No changing events are issued. Not intended for public use.

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

Syntax

C#
void SetTopLevel(
	ColorDef newValue
)
Visual Basic
Sub SetTopLevel ( _
	newValue As ColorDef _
)
Visual C++
void SetTopLevel(
	ColorDef^ newValue
)

Parameters

newValue
Type: CADability.Attribute..::..ColorDef

See Also