CADability dotNET
Returns a list of all objects owned by this model. Removing or adding objects from or to the returned list doesn't remove or add the objects from or to the model.

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

Syntax

C#
public GeoObjectList AllObjects { get; }
Visual Basic
Public ReadOnly Property AllObjects As GeoObjectList
	Get
Visual C++
public:
property GeoObjectList^ AllObjects {
	GeoObjectList^ get ();
}

See Also