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


IHatchTemplate.HatchDefinitionCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchTemplate Interface > IHatchTemplate.HatchDefinitionCount Property
ArcGIS Developer Help

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(
  System.Int32* 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