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


IMaplexOverposterLayerProperties.MinimumRepetitionInterval Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterLayerProperties Interface > IMaplexOverposterLayerProperties.MinimumRepetitionInterval Property
ArcGIS Developer Help

IMaplexOverposterLayerProperties.MinimumRepetitionInterval Property

Interval that must elapse before label is repeated.

[Visual Basic .NET]
Public Property MinimumRepetitionInterval As Double
[C#]
public double MinimumRepetitionInterval {get; set;}
[C++]
HRESULT get_MinimumRepetitionInterval(
  System.Double* Interval
);
[C++]
HRESULT put_MinimumRepetitionInterval(
  double Interval
);
[C++]
Parameters
Interval [out, retval]

Interval is a parameter of type double* Interval [in]
Interval is a parameter of type double

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface