This document is archived and information here might be outdated. Recommended version. |
Symbol used to draw the vertices of the edit sketch.
[Visual Basic .NET] Public Property SketchVertexSymbol As IMarkerSymbol
[C#] public IMarkerSymbol SketchVertexSymbol {get; set;}
[C++]
HRESULT get_SketchVertexSymbol(
IMarkerSymbol** symbol
);
[C++]
HRESULT putref_SketchVertexSymbol(
IMarkerSymbol* symbol
);
[C++]
Parameters symbol [out, retval]
symbol is a parameter of type IMarkerSymbol** symbol [in]
symbol is a parameter of type IMarkerSymbol*