GrabPointFoundEventArgs Class
|
Event args raised when a grab (osnap) point is detected.
Inheritance Hierarchy
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic class GrabPointFoundEventArgs : EventArgs
Public Class GrabPointFoundEventArgs
Inherits EventArgs
public ref class GrabPointFoundEventArgs : public EventArgs
type GrabPointFoundEventArgs =
class
inherit EventArgs
end CLASS GrabPointFoundEventArgs INHERIT EventArgs
The GrabPointFoundEventArgs type exposes the following members.
Properties|
| Name | Description |
|---|
 | GrabPoint |
The detected grab point in WCS as a 3D vector.
|
 | GrabPointType |
The osnap type associated with the detected grab point.
|
Top
See Also