ArcGIS Explorer Component Help |
MapItemCollection..::.Owner Property |
MapItemCollection Class See Also |
Gets the owning MapItem type for the MapItemCollection.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public IMapItemParent Owner { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Owner As IMapItemParent |
Field Value
A MapItem object which implements the IMapItemParent interface, which defines a ChildItems property for storing constituent MapItems.Remarks
For example, the owner of the MapItemCollection associated with the items in the map will be the Map object. Alternatively the owner of the MapItemCollection associated with a folder will be a Folder object.