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


ITemporalLegendGroup.Verify Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup Interface > ITemporalLegendGroup.Verify Method
ArcGIS Developer Help

ITemporalLegendGroup.Verify Method

Checks ranges within a group to determine if group is ordered properly and has correct offsets.

[Visual Basic .NET]
Public Sub verify ( _
    ByRef bNoProblems As Boolean _
)
[C#]
public void verify (
    ref bool bNoProblems
);
[C++]
HRESULT verify(
  Boolean* bNoProblems
);
[C++]
Parameters
bNoProblems 

bNoProblems is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalLegendGroup Interface