This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchDefinition Interface > IHatchDefinition.AdjustTextOrientation Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL pAdjustTextOrientation
);
[C++]
Parameters pAdjustTextOrientation [out, retval] pAdjustTextOrientation is a parameter of type VARIANT_BOOL pAdjustTextOrientation [in] pAdjustTextOrientation is a parameter of type VARIANT_BOOL