CADability dotNET

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

Syntax

C#
public ColorDef GetNextColorDef(
	string Name
)
Visual Basic
Public Function GetNextColorDef ( _
	Name As String _
) As ColorDef
Visual C++
public:
ColorDef^ GetNextColorDef(
	String^ Name
)

Parameters

Name
Type: System..::..String

See Also