C# 클래스 TAAddHistoricalTrackingLayer.AddTemporalLayerButton

상속: ESRI.ArcGIS.Desktop.AddIns.Button
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

공개 메소드들

메소드 설명
AddTemporalLayerButton ( ) : System

보호된 메소드들

메소드 설명
OnClick ( ) : void
OnUpdate ( ) : void

비공개 메소드들

메소드 설명
AddTemporalLayer ( IFeatureClass featureClass, string eventFieldName, string temporalFieldName ) : void

Creates a Temporal Layer using the specified feature class and add it to the map.

EnableDynamicDisplay ( ) : void

Turns Dynamic Display On.

openTemporalData ( ) : IFeatureClass

Opens a feature class from a shapefile stored on disk.

setupTrackingEnv ( ) : void

메소드 상세

AddTemporalLayerButton() 공개 메소드

public AddTemporalLayerButton ( ) : System
리턴 System

OnClick() 보호된 메소드

protected OnClick ( ) : void
리턴 void

OnUpdate() 보호된 메소드

protected OnUpdate ( ) : void
리턴 void