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


IACHashLineSymbol.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACHashLineSymbol Interface > IACHashLineSymbol.Type Property
ArcGIS Developer Help

IACHashLineSymbol.Type Property

The fill type.

[Visual Basic .NET]
Public Property Type As acHashLineType
[C#]
public acHashLineType Type {get; set;}
[C++]
HRESULT get_Type(
  acHashLineType* Type
);
[C++]
HRESULT put_Type(
  acHashLineType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type acHashLineType* Type [in]
Type is a parameter of type acHashLineType

Product Availability

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

See Also

IACHashLineSymbol Interface