ArcObjects Library Reference (Location)  

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