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