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


IHatchLayerExtension.HatchClass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchLayerExtension Interface > IHatchLayerExtension.HatchClass Method
ArcGIS Developer Help

IHatchLayerExtension.HatchClass Method

The hatch class at the specified index.

[Visual Basic .NET]
Public Function HatchClass ( _
    ByVal Name As String _
) As IHatchClass
[C#]
public IHatchClass HatchClass (
    string Name
);
[C++]
HRESULT HatchClass(
  BSTR Name
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR

Product Availability

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

See Also

IHatchLayerExtension Interface