CADability dotNET
Initializes a new instance of the IGeoObjectImpl class

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

Syntax

C#
protected IGeoObjectImpl(
	StreamingContext context
)
Visual Basic
Protected Sub New ( _
	context As StreamingContext _
)
Visual C++
protected:
IGeoObjectImpl(
	StreamingContext context
)

See Also