ArcObjects Library Reference (DefenseSolutions)  

ILeaderingProperties.ShouldDrawLeaderHull Property

Indicates whether hulls should be drawn around the locations of leadered graphics.

[Visual Basic .NET]
Public Property ShouldDrawLeaderHull As Boolean
[C#]
public bool ShouldDrawLeaderHull {get; set;}
[C++]
HRESULT get_ShouldDrawLeaderHull(
  VARIANT_BOOL* ShouldDraw
);
[C++]
HRESULT put_ShouldDrawLeaderHull(
  VARIANT_BOOL ShouldDraw
);
[C++]

Parameters

ShouldDraw [out, retval]   ShouldDraw is a parameter of type VARIANT_BOOL ShouldDraw [in]   ShouldDraw is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ILeaderingProperties Interface