ArcObjects Library Reference (Carto)  

IDimensionStyleDisplay.DimensionLineSymbol Property

Symbol used for the dimension line.

[Visual Basic .NET]
Public Property DimensionLineSymbol As ILineSymbol
[C#]
public ILineSymbol DimensionLineSymbol {get; set;}
[C++]
HRESULT get_DimensionLineSymbol(
  ILineSymbol** Symbol
);
[C++]
HRESULT put_DimensionLineSymbol(
  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