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


IBezierDisplayFeedback.ControlPointSymbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IBezierDisplayFeedback.ControlPointSymbol Property

The marker symbol used to draw the control points of a bezier.

[Visual Basic .NET]
Public Property ControlPointSymbol As ISymbol
[C#]
public ISymbol ControlPointSymbol {get; set;}
[C++]
HRESULT get_ControlPointSymbol(
  ISymbol** Symbol
);
[C++]
HRESULT putref_ControlPointSymbol(
  ISymbol* Symbol
);
[C++]

Parameters Symbol [out, retval]
Symbol is a parameter of type ISymbol Symbol [in]
Symbol is a parameter of type ISymbol

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBezierDisplayFeedback Interface