This document is archived and information here might be outdated. Recommended version. |
Indicates whether the layer has any time data.
[Visual Basic .NET]
Public ReadOnly Property SupportsTime As Boolean
[C#]
public bool SupportsTime {get;}
[C++]
HRESULT get_SupportsTime(
Boolean* hasTime
);
[C++] Parameters hasTime [out, retval]
hasTime is a parameter of type bool*
This property indicates whether the layer is able to render time-related data. If this property is false, it means that time-related data cannot be handled by the underlying software.