ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapMember Class / CanGetTime Method

In This Topic
    CanGetTime Method
    In This Topic
    Gets if the mapMember supports time filtering. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Overridable Function CanGetTime() As Boolean
    public virtual bool CanGetTime()

    Return Value

    True if the mapMember supports time filtering. False otherwise.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    You should use this method before calling the GetTime method.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also