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


IHatchTemplate.AddHatchDefinition Method (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.AddHatchDefinition Method
ArcGIS Developer Help

IHatchTemplate.AddHatchDefinition Method

Adds a hatch definition to the hatch class.

[Visual Basic .NET]
Public Sub AddHatchDefinition ( _
    ByVal multipleHatchInterval As Integer, _
    ByVal hatchDefinition As IHatchDefinition _
)
[C#]
public void AddHatchDefinition (
    int multipleHatchInterval,
    IHatchDefinition hatchDefinition
);
[C++]
HRESULT AddHatchDefinition(
  long multipleHatchInterval,
  IHatchDefinition* hatchDefinition
);
[C++]
Parameters
multipleHatchInterval [in]

multipleHatchInterval is a parameter of type long hatchDefinition [in]
hatchDefinition is a parameter of type IHatchDefinition*

Product Availability

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

See Also

IHatchTemplate Interface