CADability dotNET

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

Syntax

C#
[SerializableAttribute]
public class BlockRef : IGeoObjectImpl, IColorDef, 
	IGeoObjectOwner, ISerializable
Visual Basic
<SerializableAttribute> _
Public Class BlockRef _
	Inherits IGeoObjectImpl _
	Implements IColorDef, IGeoObjectOwner, ISerializable
Visual C++
[SerializableAttribute]
public ref class BlockRef : public IGeoObjectImpl, 
	IColorDef, IGeoObjectOwner, ISerializable

Inheritance Hierarchy

System..::..Object
  CADability.GeoObject..::..IGeoObjectImpl
    CADability.GeoObject..::..BlockRef

See Also