ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapMember Class / CanSetTime Method
The time parameters to set.

In This Topic
    CanSetTime Method (MapMember)
    In This Topic
    Gets if the mapMember supports time filtering and if the specified time parameters are valid. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public virtual bool CanSetTime( 
       TimeParameters timeParams
    )
    Public Overridable Function CanSetTime( _
       ByVal timeParams As TimeParameters _
    ) As Boolean

    Parameters

    timeParams
    The time parameters to set.

    Return Value

    True if the mapMember supports time filtering and the timeParams> are valid. 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 SetTime method.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also