This document is archived and information here might be outdated. Recommended version. |
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**