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


IHatchTemplate.EndHatchDefinition 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.EndHatchDefinition Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

IHatchTemplate Interface