ArcObjects Library Reference (TrackingAnalyst)  

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(
  VARIANT_BOOL* bNoProblems
);
[C++]

Parameters

bNoProblems   bNoProblems is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITemporalLegendGroup Interface