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


IHatchLayerExtension.HatchClass Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

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,
  IHatchClass** HatchClass
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR HatchClass [out, retval]
HatchClass is a parameter of type IHatchClass

Product Availability

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

See Also

IHatchLayerExtension Interface