ArcObjects Library Reference (Location)  

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(
  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

Product Availability

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

See Also

IHatchDefinition Interface