This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup Interface > ITemporalLegendGroup.Suppress Property (ArcObjects .NET 10.5 SDK) |
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