CADability dotNET
Returns the current item of that list. May also be null.

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

Syntax

C#
INamedAttribute Current { get; }
Visual Basic
ReadOnly Property Current As INamedAttribute
	Get
Visual C++
property INamedAttribute^ Current {
	INamedAttribute^ get ();
}

See Also