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


IHatchDefinition.Alignment Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchDefinition Interface > IHatchDefinition.Alignment Property
ArcGIS Developer Help

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