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


IText3DElement.Alignment Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.Alignment Property
ArcGIS Developer Help

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