public bool AddItem( IProjectItem item )
Public Function AddItem( _ ByVal item As IProjectItem _ ) As Boolean
Parameters
- item
- The Item to be added to the project
Return Value
Returns a bool indicating whether or not the item was added successfully.
public bool AddItem( IProjectItem item )
Public Function AddItem( _ 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, Windows 7