Indicates whether to display only the last known temporal event or all events in a layer.
[Visual Basic 6.0] Property DisplayOnlyLastKnownEvent As Boolean
[Visual Basic .NET] Public Property DisplayOnlyLastKnownEvent As Boolean
[C#] public bool DisplayOnlyLastKnownEvent {get; set;}
[Java] public boolean isDisplayOnlyLastKnownEvent() throws IOException, AutomationException
[Java] public void setDisplayOnlyLastKnownEvent( boolean DisplayOnlyLastKnownEvent ) throws IOException, AutomationException
[C++]
HRESULT get_DisplayOnlyLastKnownEvent(
VARIANT_BOOL* pbvarLastKnownEvent
);
[C++] HRESULT put_DisplayOnlyLastKnownEvent( VARIANT_BOOL pbvarLastKnownEvent);
Parameters
pbvarLastKnownEvent [out, retval]
pbvarLastKnownEvent is a parameter of type VARIANT_BOOL
pbvarLastKnownEvent [in]
pbvarLastKnownEvent is a parameter of type VARIANT_BOOL