Contains information on the resulting snap state when a snap or unsnap occurs. More...
Header: | #include <SnapChangedInfo.h> |
Since: | Esri::ArcGISRuntime 200.6 |
Inherits: | Esri::ArcGISRuntime::Object |
Public Functions
virtual | ~SnapChangedInfo() override |
Esri::ArcGISRuntime::SnapState | state() const |
Detailed Description
When snapping is enabled and the snap candidate used by the GeometryEditor updates, SnapChangedInfo is a parameter which exposes the SnapState.
See also SnapState.
Member Function Documentation
[override virtual]
SnapChangedInfo::~SnapChangedInfo ()
Destructor.
Esri::ArcGISRuntime::SnapState SnapChangedInfo::state() const
Returns the resulting snap state when snapping to or from a snap candidate.