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


IText3DElement.Justification 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.Justification Property
ArcGIS Developer Help

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