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


IDimensionStyleDisplay.ExtensionLineSymbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDimensionStyleDisplay.ExtensionLineSymbol Property

Symbol used for the extension lines.

[Visual Basic .NET]
Public Property ExtensionLineSymbol As ILineSymbol
[C#]
public ILineSymbol ExtensionLineSymbol {get; set;}
[C++]
HRESULT get_ExtensionLineSymbol(
  ILineSymbol** Symbol
);
[C++]
HRESULT put_ExtensionLineSymbol(
  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, ArcGIS Desktop, and ArcGIS Server.

See Also

IDimensionStyleDisplay Interface