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


IScaleMarks.DivisionMarkSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScaleMarks Interface > IScaleMarks.DivisionMarkSymbol Property
ArcGIS Developer Help

IScaleMarks.DivisionMarkSymbol Property

Symbol used to draw the division marks.

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

IScaleMarks Interface