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


IHatchDefinition.AdjustTextOrientation 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.AdjustTextOrientation Property
ArcGIS Developer Help

IHatchDefinition.AdjustTextOrientation Property

Indicates whether to adjust text orientation.

[Visual Basic .NET]
Public Property AdjustTextOrientation As Boolean
[C#]
public bool AdjustTextOrientation {get; set;}
[C++]
HRESULT get_AdjustTextOrientation(
  VARIANT_BOOL pAdjustTextOrientation
);
[C++]
HRESULT put_AdjustTextOrientation(
  Boolean* pAdjustTextOrientation
);
[C++]
Parameters
pAdjustTextOrientation [in]

pAdjustTextOrientation is a parameter of type bool pAdjustTextOrientation [out, retval]
pAdjustTextOrientation is a parameter of type bool*

Product Availability

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

See Also

IHatchDefinition Interface