Indicates whether a callout line should be drawn from the graphic's physical location to its optional AnchorPoint location.
[Visual Basic .NET] Public Property ShouldDrawLine As Boolean
[C#] public bool ShouldDrawLine {get; set;}
[C++]
HRESULT get_ShouldDrawLine(
VARIANT_BOOL* pShouldDrawLine
);
[C++]
HRESULT put_ShouldDrawLine(
VARIANT_BOOL pShouldDrawLine
);
[C++]Parameters
pShouldDrawLine [out, retval] pShouldDrawLine is a parameter of type VARIANT_BOOL pShouldDrawLine [in] pShouldDrawLine is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.