QuadSelectionData Class

This class encapsulates the preselected, hovered, or otherwise dynamic selection, usually from user selection of any kind; the AcSelection class allows to modify the dynamic selection.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Bricscad.QuadQuadSelectionData

Namespace: Bricscad.Quad
Assembly: BrxMgd (in BrxMgd.dll) Version: 26.2.3.0
Syntax
public class QuadSelectionData : DisposableWrapper

The QuadSelectionData type exposes the following members.

Properties
  Name Description
Public property AutoDelete Property that indicates whether the object should be automatically deleted by the Garbage Collector.
(Inherited from DisposableWrapper)
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method boundaryAt returns the complete selection as array of AcDbFullSubentPath, at given index
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Protected method DeleteUnmanagedObject
(Overrides DisposableWrapperDeleteUnmanagedObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
Public method entityAt returns the entity in selection, at given index
Public method Equals Checks objects for equality.
(Inherited from DisposableWrapper)
Protected method Finalize
(Inherited from DisposableWrapper)
Public method GetHashCode Retrieves the object hash code.
(Inherited from DisposableWrapper)
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetType
(Inherited from Object)
Public method hasTypes returns a combination of 'SelectedType' values, indicating the types of contained entities, subentities and boundaries.
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Public method isValid Returns 'true' if this AcSelectionData is valid; returns 'false' for an empty object
Public method length returns the number of contained entities, subentities and boundaries
Protected method MemberwiseClone
(Inherited from Object)
Protected method MemberwiseClone(Boolean)
(Inherited from MarshalByRefObject)
Public method selectionSet returns the complete selection as array of AcDbFullSubentPath, at given index
Public method subentAt returns the full entity path in selection, at given index
Public method ToString
(Inherited from Object)
Public method typeAt returns the type of entity in selection, at given index
Top
See Also

©  Bricsys NV. All rights reserved.