C# Class GlobeGraphicsToolbar.Layer

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

Méthodes publiques

Méthode Description
AddElement ( IElement element, IGlobeGraphicsElementProperties elementProperties ) : void
Layer ( ILayer layer ) : ESRI.ArcGIS.Analyst3D
RemoveElement ( int index ) : void
this ( int i ) : IElement

Method Details

AddElement() public méthode

public AddElement ( IElement element, IGlobeGraphicsElementProperties elementProperties ) : void
element IElement
elementProperties IGlobeGraphicsElementProperties
Résultat void

Layer() public méthode

public Layer ( ILayer layer ) : ESRI.ArcGIS.Analyst3D
layer ILayer
Résultat ESRI.ArcGIS.Analyst3D

RemoveElement() public méthode

public RemoveElement ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int i ) : IElement
i int
Résultat IElement