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


IHatchTemplate.EndHatchDefinition Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IHatchTemplate.EndHatchDefinition Property

The hatch definition to be used on the ends of a feature.

[Visual Basic .NET]
Public Property EndHatchDefinition As IHatchDefinition
[C#]
public IHatchDefinition EndHatchDefinition {get; set;}
[C++]
HRESULT get_EndHatchDefinition(
  IHatchDefinition** hatchDefinition
);
[C++]
HRESULT putref_EndHatchDefinition(
  IHatchDefinition* hatchDefinition
);
[C++]

Parameters hatchDefinition [out, retval]
hatchDefinition is a parameter of type IHatchDefinition hatchDefinition [in]
hatchDefinition is a parameter of type IHatchDefinition

Product Availability

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

See Also

IHatchTemplate Interface