This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditProperties Interface > IEngineEditProperties.SnapSymbol Property (ArcObjects .NET 10.5 SDK) |
Symbol used to draw the snap location.
[Visual Basic .NET] Public Property SnapSymbol As IMarkerSymbol
[C#] public IMarkerSymbol SnapSymbol {get; set;}
[C++]
HRESULT get_SnapSymbol(
IMarkerSymbol** symbol
);
[C++]
HRESULT putref_SnapSymbol(
IMarkerSymbol* symbol
);
[C++]
Parameters symbol [out, retval]
symbol is a parameter of type IMarkerSymbol symbol [in]
symbol is a parameter of type IMarkerSymbol