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


IGraphicAttributeDashType.DashType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicAttributeDashType Interface > IGraphicAttributeDashType.DashType Property
ArcGIS Developer Help

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