This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchLayerExtension Interface > IHatchLayerExtension.HatchClass Method (ArcObjects .NET 10.5 SDK) |
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