ArcObjects Library Reference (DefenseSolutions)  

IGraphicLeader.Quadrant Property

Specifies the prevailing direction of the leader.

[Visual Basic .NET]
Public Property Quadrant As moleQuadrantEnum
[C#]
public moleQuadrantEnum Quadrant {get; set;}
[C++]
HRESULT get_Quadrant(
  moleQuadrantEnum* Quadrant
);
[C++]
HRESULT put_Quadrant(
  moleQuadrantEnum Quadrant
);
[C++]

Parameters

Quadrant [out, retval]

  Quadrant is a parameter of type moleQuadrantEnum

Quadrant [in]

  Quadrant is a parameter of type moleQuadrantEnum

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicLeader Interface