This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridInteriorLabels Interface > IGridInteriorLabels.InteriorLabelIntervalX Property (ArcObjects .NET 10.4 SDK) |
The interval along the X axis between interior labels.
[Visual Basic .NET] Public Property InteriorLabelIntervalX As Double
[C#] public double InteriorLabelIntervalX {get; set;}
[C++]
HRESULT get_InteriorLabelIntervalX(
double* Interval
);
[C++]
HRESULT put_InteriorLabelIntervalX(
double Interval
);
[C++]
Parameters Interval [out, retval] Interval is a parameter of type double Interval [in] Interval is a parameter of type double