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


IHatchLayerExtension.HatchClassCount Method (ArcObjects .NET 10.5 SDK)
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