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