ArcObjects Library Reference (Geoprocessing)  

IMdDiagramProperties.LevelOrientation Property

The level orientation of the diagram properties object.

[Visual Basic .NET]
Public Property LevelOrientation As esriModelDiagramLevelOrientation
[C#]
public esriModelDiagramLevelOrientation LevelOrientation {get; set;}
[C++]
HRESULT get_LevelOrientation(
  esriModelDiagramLevelOrientation* pLevelOrientation
);
[C++]
HRESULT put_LevelOrientation(
  esriModelDiagramLevelOrientation pLevelOrientation
);
[C++]

Parameters

pLevelOrientation [out, retval]

  pLevelOrientation is a parameter of type esriModelDiagramLevelOrientation

pLevelOrientation [in]

  pLevelOrientation is a parameter of type esriModelDiagramLevelOrientation

Product Availability

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

See Also

IMdDiagramProperties Interface