ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapMember Class
Properties Methods Events


In This Topic
    MapMember Class Members
    In This Topic

    The following tables list the members exposed by MapMember.

    Public Properties
     NameDescription
    Public Property Gets a value indicating the MapMember's connection status.  
    Public Property Get the map which the MapMember belongs to.  
    Public Property Gets the display name of the MapMember.  
    Public Property Gets a value indicating whether the MapMember is configured to show pop-ups when a feature is clicked.  
    Public Property Gets whether the MapMember supports metadata  
    Public Property Gets the unique path of this MapMember.  
    Top
    Public Methods
     NameDescription
    Public Method Gets if the mapMember supports time filtering and can clear the time filter. Clearing the time filter ensures that data is always shown. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if the mapMember supports time filtering. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method 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.  
    Public Method Clears the time filter for the mapMember. Clearing the time filter ensures that data is always shown. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets whether the MapMember metadata can be edited or not. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets a CIMDataConnection value object. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the time extent of the data for the specified fieldName - that is the minimum and maximum dates present in the data. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the set of time intervals for the specified field name present in the data. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the MapMember metadata. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the path of the dataset underneath the MapMember as a Uri. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the current time parameters for the mapMember. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets whether or not the MapMember stores its own metadata or uses metadata retrieved from its source. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if time is supported for this mapMember. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Updates a MapMember's data source. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the MapMember metadata. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the display name for the MapMember. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Toggles enabling pop-ups for the layer. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the specified time parameters for the mapMember. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets whether or not the MapMember will use its own metadata or the metadata from its underyling source (if it has one). This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Returns the display name of the MapMember.  
    Top
    Protected Methods
     NameDescription
    Protected Internal Method This method is used to initialize the object with up-to-date information from the CIM. It is called when the object is first loaded, and whenever its definition is changed.  
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    Extension Methods
     NameDescription
    Public Extension Method Gets whether templates have been loaded for the specified map member.
    Public Extension Method Generate feature templates for a layer or standalone-table. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension MethodOverloaded. 
    Public Extension Method Gets a template by name for a map member. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension Method Gets all templates for a map member. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension Method Gets all templates for a map member, including templates for any children. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension MethodLoads a row into a new inspector instance. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension MethodOverloaded. 
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also