ArcObjects Library Reference (Display)  

IBezierDisplayFeedback.ControlArmSymbol Property

The line symbol used to draw the control arms of a bezier.

[Visual Basic .NET]
Public Property ControlArmSymbol As ISymbol
[C#]
public ISymbol ControlArmSymbol {get; set;}
[C++]
HRESULT get_ControlArmSymbol(
  ISymbol** Symbol
);
[C++]
HRESULT putref_ControlArmSymbol(
  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