Name | Description | |
---|---|---|
![]() | GetCanEditMetadata | Gets whether the MapMember metadata can be edited or not. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetDataConnection | Gets a CIMDataConnection value object. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetMetadata | Gets the MapMember metadata. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetPath | Gets the URI path of the MapMember. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetUseSourceMetadata | 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. |
![]() | SetDataConnection | Updates a MapMember's data source. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetMetadata | Sets the MapMember metadata. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetName | Sets the display name for the MapMember. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetShowPopups | Toggles enabling pop-ups for the layer. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetUseSourceMetadata | 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. |
![]() | ToString | Returns the display name of the MapMember. |