This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchTemplate Interface > IHatchTemplate.AddHatchDefinition Method (ArcObjects .NET 10.5 SDK) |
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