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


IDimensionStyleDisplay.ExtensionLineSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyleDisplay Interface > IDimensionStyleDisplay.ExtensionLineSymbol Property
ArcGIS Developer Help

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 [in]

Symbol is a parameter of type ILineSymbol* Symbol [out, retval]
Symbol is a parameter of type ILineSymbol**

Product Availability

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

See Also

IDimensionStyleDisplay Interface