CADability dotNET
Implements GetNamedAttribute(String). The default implementation handles all CADability attributes and leaves the handling of non CADability attributes to your code.

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

Syntax

C#
public virtual INamedAttribute GetNamedAttribute(
	string key
)
Visual Basic
Public Overridable Function GetNamedAttribute ( _
	key As String _
) As INamedAttribute
Visual C++
public:
virtual INamedAttribute^ GetNamedAttribute(
	String^ key
)

Parameters

key
Type: System..::..String
key or typename of attribute to set

Return Value

the named attribute

Implements

IGeoObject..::..GetNamedAttribute(String)

See Also