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


IText3DElement.Justification Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IText3DElement.Justification Property

The justification of text.

[Visual Basic .NET]
Public Property Justification As esriT3DJustification
[C#]
public esriT3DJustification Justification {get; set;}
[C++]
HRESULT get_Justification(
  esriT3DJustification* pJustification
);
[C++]
HRESULT put_Justification(
  esriT3DJustification pJustification
);
[C++]

Parameters pJustification [out, retval]
pJustification is a parameter of type esriT3DJustification pJustification [in]
pJustification is a parameter of type esriT3DJustification

Product Availability

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

See Also

IText3DElement Interface