ArcObjects Library Reference (Location)  

IHatchLayerExtension.HatchClassCount Method

The number of hatch classes.

[Visual Basic .NET]
Public Function HatchClassCount ( _
) As Integer
[C#]
public int HatchClassCount (
);
[C++]
HRESULT HatchClassCount(
  long* HatchClassCount
);
[C++]

Parameters

HatchClassCount [out, retval]   HatchClassCount is a parameter of type long

Product Availability

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

See Also

IHatchLayerExtension Interface