C# Class GlobeGraphicsToolbar.TableOfContents

Mostrar archivo Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
ConstructLayer ( string name ) : void
LayerExists ( string name ) : bool
TableOfContents ( IGlobe globe ) : ESRI.ArcGIS.GlobeCore
this ( string name ) : ILayer

Private Methods

Method Description
GetLayer ( string name ) : ILayer
GetScene ( IGlobe globe ) : IScene

Method Details

ConstructLayer() public method

public ConstructLayer ( string name ) : void
name string
return void

LayerExists() public method

public LayerExists ( string name ) : bool
name string
return bool

TableOfContents() public method

public TableOfContents ( IGlobe globe ) : ESRI.ArcGIS.GlobeCore
globe IGlobe
return ESRI.ArcGIS.GlobeCore

this() public method

public this ( string name ) : ILayer
name string
return ILayer