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


ITemporalLegendGroup.Suppress Property (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.Suppress Property
ArcGIS Developer Help

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(
  Boolean* pbSuppress
);
[C++]
HRESULT put_Suppress(
  VARIANT_BOOL pbSuppress
);
[C++]
Parameters
pbSuppress [out, retval]

pbSuppress is a parameter of type bool* pbSuppress [in]
pbSuppress 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