This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchTemplate Interface > IHatchTemplate.EndHatchDefinition Property (ArcObjects .NET 10.4 SDK) |
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