This document is archived and information here might be outdated.  Recommended version.


IEngineEditProperties.SketchSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditProperties Interface > IEngineEditProperties.SketchSymbol Property
ArcGIS Developer Help

IEngineEditProperties.SketchSymbol Property

Symbol used to draw the lines of the edit sketch.

[Visual Basic .NET]
Public Property SketchSymbol As ILineSymbol
[C#]
public ILineSymbol SketchSymbol {get; set;}
[C++]
HRESULT get_SketchSymbol(
  ILineSymbol** symbol
);
[C++]
HRESULT putref_SketchSymbol(
  ILineSymbol* symbol
);
[C++]
Parameters
symbol [out, retval]

symbol is a parameter of type ILineSymbol** symbol [in]
symbol is a parameter of type ILineSymbol*

Product Availability

Available with ArcGIS Engine.

Description

The SketchSymbol used for lines segments in the edit sketch. The default line symbol is a solid green line with a width of one.

See Also

IEngineEditProperties Interface