Click or drag to resize

GrabPointFoundEventArgs Class

Event args raised when a grab (osnap) point is detected.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DXFReaderNETGrabPointFoundEventArgs

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public class GrabPointFoundEventArgs : EventArgs

The GrabPointFoundEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyGrabPoint
The detected grab point in WCS as a 3D vector.
Public propertyGrabPointType
The osnap type associated with the detected grab point.
Top
See Also