ArcObjects Library Reference (Location)  

IHatchTemplate.HatchDefinitionCount Property

The number of hatch definitions.

[Visual Basic .NET]
Public ReadOnly Property HatchDefinitionCount As Integer
[C#]
public int HatchDefinitionCount {get;}
[C++]
HRESULT get_HatchDefinitionCount(
  long* HatchDefinitionCount
);
[C++]

Parameters

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

Product Availability

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

See Also

IHatchTemplate Interface