ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLegendGroup.Suppress Property

Controls whether or not to use the temporal legend classes during intersect or time period computation for a temporal query.

[Visual Basic .NET]
Public Property Suppress As Boolean
[C#]
public bool Suppress {get; set;}
[C++]
HRESULT get_Suppress(
  VARIANT_BOOL* pbSuppress
);
[C++]
HRESULT put_Suppress(
  VARIANT_BOOL pbSuppress
);
[C++]

Parameters

pbSuppress [out, retval]   pbSuppress is a parameter of type VARIANT_BOOL pbSuppress [in]   pbSuppress 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