ArcObjects Library Reference (DefenseSolutions)  

IForceElementDisplayList.ShouldDrawCallouts Property

Indicates whether call-out lines should be drawn on all appropriate graphics in the display list.

[Visual Basic .NET]
Public Property ShouldDrawCallouts As Boolean
[C#]
public bool ShouldDrawCallouts {get; set;}
[C++]
HRESULT get_ShouldDrawCallouts(
  VARIANT_BOOL* ShouldDraw
);
[C++]
HRESULT put_ShouldDrawCallouts(
  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

IForceElementDisplayList Interface