ArcObjects Library Reference (Controls)  

ISnappingResult.Description Property

Gets the description of the snap that occurred.

[Visual Basic .NET]
Public ReadOnly Property Description As String
[C#]
public string Description {get;}
[C++]
HRESULT get_Description(
  BSTR* desc
);
[C++]

Parameters

desc [out, retval]   desc is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine.

Remarks

The description contains information describing the nature of the snapping result returned.  The content of the description is determined by the value of ISnappingEnvironment.SnapTipType.  If the SnapTipType is set to display the layer name and snapping type, the description is returned in the following format: <layer name> : <snapping type>.   If the SnapTipType is set to return no tip, the description returned is an empty string.

See Also

ISnappingResult Interface