This document is archived and information here might be outdated. Recommended version. |
Indicates whether to display only the last known temporal event or all events in a layer.
[Visual Basic .NET]
Public Property DisplayOnlyLastKnownEvent As Boolean
[C#]
public bool DisplayOnlyLastKnownEvent {get; set;}
[C++]
HRESULT get_DisplayOnlyLastKnownEvent(
Boolean* pbvarLastKnownEvent
);
[C++]
HRESULT put_DisplayOnlyLastKnownEvent(
VARIANT_BOOL pbvarLastKnownEvent
);
[C++] Parameters pbvarLastKnownEvent [out, retval]
pbvarLastKnownEvent is a parameter of type bool* pbvarLastKnownEvent [in]
pbvarLastKnownEvent is a parameter of type bool