Property FeedbackVertexSymbol
FeedbackVertexSymbol
Gets or sets the symbol used to draw vertices currently being changed by an interactive edit, when editing any geometry type.
Declaration
public Symbol FeedbackVertexSymbol { get; set; }
Property Value
Type | Description |
---|---|
Symbol | The symbol used to draw vertices currently being changed by an interactive edit, when editing any geometry type. |
Remarks
During an interactive edit, this symbol displays the current location of vertices that are changed by the interaction in progress. Unchanged vertices remain displayed with VertexSymbol.
Vertex numbers are not displayed for the changed vertices. For most tools, the default value is the same as the default VertexSymbol. For a ReticleVertexTool, the default value is similar to the default VertexSymbol but a larger size, helping you distinguish when you have started a move.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |