C# 클래스 GlobeGraphicsToolbar.TableOfContents

파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
ConstructLayer ( string name ) : void
LayerExists ( string name ) : bool
TableOfContents ( IGlobe globe ) : ESRI.ArcGIS.GlobeCore
this ( string name ) : ILayer

비공개 메소드들

메소드 설명
GetLayer ( string name ) : ILayer
GetScene ( IGlobe globe ) : IScene

메소드 상세

ConstructLayer() 공개 메소드

public ConstructLayer ( string name ) : void
name string
리턴 void

LayerExists() 공개 메소드

public LayerExists ( string name ) : bool
name string
리턴 bool

TableOfContents() 공개 메소드

public TableOfContents ( IGlobe globe ) : ESRI.ArcGIS.GlobeCore
globe IGlobe
리턴 ESRI.ArcGIS.GlobeCore

this() 공개 메소드

public this ( string name ) : ILayer
name string
리턴 ILayer