CADability dotNET
This class helps to implement IGeoObject by implementing some IGeoObject methods in a default way and by offering some helper methods.

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

Syntax

C#
public abstract class IGeoObjectImpl : IGeoObject, 
	ILayer, IStyle, IOctTreeInsertable, ISerializable, IFeedBack, 
	ICloneable
Visual Basic
Public MustInherit Class IGeoObjectImpl _
	Implements IGeoObject, ILayer, IStyle, IOctTreeInsertable,  _
	ISerializable, IFeedBack, ICloneable
Visual C++
public ref class IGeoObjectImpl abstract : IGeoObject, 
	ILayer, IStyle, IOctTreeInsertable, ISerializable, IFeedBack, 
	ICloneable

Inheritance Hierarchy

See Also