This document is archived and information here might be outdated. Recommended version. |
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