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


IHatchDefinition.Alignment Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IHatchDefinition.Alignment Property

The hatch alignment.

[Visual Basic .NET]
Public Property Alignment As esriHatchAlignmentType
[C#]
public esriHatchAlignmentType Alignment {get; set;}
[C++]
HRESULT get_Alignment(
  esriHatchAlignmentType* pAlignment
);
[C++]
HRESULT put_Alignment(
  esriHatchAlignmentType pAlignment
);
[C++]

Parameters pAlignment [out, retval]
pAlignment is a parameter of type esriHatchAlignmentType pAlignment [in]
pAlignment is a parameter of type esriHatchAlignmentType

Product Availability

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

See Also

IHatchDefinition Interface