public bool RemoveItem( IProjectItem item )
Public Function RemoveItem( _ ByVal item As IProjectItem _ ) As Boolean
Parameters
- item
- The IProjectItem to be removed
Return Value
Returns a boolean indicating the operation's success.
public bool RemoveItem( IProjectItem item )
Public Function RemoveItem( _ ByVal item As IProjectItem _ ) As Boolean
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
Target Platforms: Windows 10, Windows 8.1