Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Ghost Class
Members

In This Topic
    Ghost Class
    In This Topic
    Ghost entity.
    Syntax
    'Declaration
     
    Public Class Ghost 
       Inherits Entity
       Implements IEntitydevDept.Eyeshot.ISelectableItem 
    public class Ghost : Entity, IEntitydevDept.Eyeshot.ISelectableItem  
    Remarks
    Used as placeholder for skipped entities during the reading of the Eyeshot file format or during CollisionDetection for checkMethod different from devDept.Eyeshot.CollisionDetection2D.collisionCheckType.Accurate.
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.Entities.Entity
          devDept.Eyeshot.Entities.Ghost

    See Also