CADability dotNET
The UserData object can take any kind of data. If the data objects are serializable i.e. implement [!:System.Runtime.Serialization.ISerialzable] they are serialized together with the project. If they implement the IShowProperty interface they are displayed and can be modified on the project tab page of the control center.

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

Syntax

C#
public UserData UserData
Visual Basic
Public UserData As UserData
Visual C++
public:
UserData^ UserData

See Also