CADability dotNET
A GeoObject that displays an icon at a given position. The icon will always face the viewer and will not be scaled. The icon appears with a small offset in direction to the viewer, so it will not be covered by a face whith which it coincides.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  CADability.GeoObject..::..IGeoObjectImpl
    CADability.GeoObject..::..Icon

See Also