CADability dotNET
Gets the user data collection for this GeoObject. This is the way to connect your own objects with a GeoObject. See UserData.

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

Syntax

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

See Also