This document is archived and information here might be outdated.  Recommended version.


IACCalloutMarkerSymbol.Interval Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IACCalloutMarkerSymbol.Interval Property

The distance between the point and the callout.

[Visual Basic .NET]
Public Property Interval As Integer
[C#]
public int Interval {get; set;}
[C++]
HRESULT get_Interval(
  long* Interval
);
[C++]
HRESULT put_Interval(
  long Interval
);
[C++]

Parameters Interval [out, retval] Interval is a parameter of type long Interval [in] Interval is a parameter of type long

Product Availability

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

See Also

IACCalloutMarkerSymbol Interface