CADability dotNET

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

Syntax

C#
void IColorDef.SetTopLevel(
	ColorDef newValue
)
Visual Basic
Private Sub SetTopLevel ( _
	newValue As ColorDef _
) Implements IColorDef.SetTopLevel
Visual C++
private:
virtual void SetTopLevel(
	ColorDef^ newValue
) sealed = IColorDef::SetTopLevel

Parameters

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

Implements

IColorDef..::..SetTopLevel(ColorDef)

See Also