C# Class GlobeGraphicsToolbar.TableOfContents

Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetLayer ( string name ) : ILayer
GetScene ( IGlobe globe ) : IScene

Method Details

ConstructLayer() public méthode

public ConstructLayer ( string name ) : void
name string
Résultat void

LayerExists() public méthode

public LayerExists ( string name ) : bool
name string
Résultat bool

TableOfContents() public méthode

public TableOfContents ( IGlobe globe ) : ESRI.ArcGIS.GlobeCore
globe IGlobe
Résultat ESRI.ArcGIS.GlobeCore

this() public méthode

public this ( string name ) : ILayer
name string
Résultat ILayer