This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicAttributeDashType Interface > IGraphicAttributeDashType.DashType Property (ArcObjects .NET 10.5 SDK) |
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