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


IGraphicAttributeDashType.DashType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IGraphicAttributeDashType.DashType Property

Type of dash attribute.

[Visual Basic .NET]
Public Property DashType As esriDashAttributeType
[C#]
public esriDashAttributeType DashType {get; set;}
[C++]
HRESULT get_DashType(
  esriDashAttributeType* val
);
[C++]
HRESULT put_DashType(
  esriDashAttributeType val
);
[C++]

Parameters val [out, retval]
val is a parameter of type esriDashAttributeType val [in]
val is a parameter of type esriDashAttributeType

Product Availability

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

See Also

IGraphicAttributeDashType Interface