CADability dotNET
Returns the entry with the provided name. The result may be null if the entry doesn't exist. The result must be casted to the required type.

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

Syntax

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

Parameters

Name
Type: System..::..String
Name of the entry

Return Value

See Also