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


IText3DElement.Alignment Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IText3DElement.Alignment Property

The text alignment.

[Visual Basic .NET]
Public Property Alignment As esriT3DAlignment
[C#]
public esriT3DAlignment Alignment {get; set;}
[C++]
HRESULT get_Alignment(
  esriT3DAlignment* pAlignment
);
[C++]
HRESULT put_Alignment(
  esriT3DAlignment pAlignment
);
[C++]

Parameters pAlignment [out, retval]
pAlignment is a parameter of type esriT3DAlignment pAlignment [in]
pAlignment is a parameter of type esriT3DAlignment

Product Availability

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

See Also

IText3DElement Interface