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