C# 클래스 AnimationDeveloperSamples.AnimationTypeLayerEffects

상속: IAGAnimationType, IAGAnimationTypeUI
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

공개 메소드들

메소드 설명
AnimationTypeLayerEffects ( ) : System
ResetObject ( IAGAnimationContainer pContainer, object pObject ) : void
UpdateTrackExtensions ( IAGAnimationTrack pTrack ) : void
get_AnimationObjectByID ( IAGAnimationContainer pContainer, int objectID ) : object
get_AnimationObjectID ( IAGAnimationContainer pContainer, object pObject ) : int
get_AnimationObjectName ( IAGAnimationContainer pContainer, object pObject ) : string
get_AppliesToObject ( object pObject ) : bool
get_ChoiceList ( int propIndex, int columnIndex ) : IStringArray
get_ColumnCount ( int propIndex ) : int
get_ColumnName ( int propIndex, int columnIndex ) : string
get_ObjectArray ( IAGAnimationContainer pContainer ) : IArray
get_PropertyName ( int index ) : string
get_PropertyType ( int index ) : esriAnimationPropertyType

비공개 메소드들

메소드 설명
ArcGISCategoryRegistration ( Type registerType ) : void

Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.

ArcGISCategoryUnregistration ( Type registerType ) : void

Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.

RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void

메소드 상세

AnimationTypeLayerEffects() 공개 메소드

public AnimationTypeLayerEffects ( ) : System
리턴 System

ResetObject() 공개 메소드

public ResetObject ( IAGAnimationContainer pContainer, object pObject ) : void
pContainer IAGAnimationContainer
pObject object
리턴 void

UpdateTrackExtensions() 공개 메소드

public UpdateTrackExtensions ( IAGAnimationTrack pTrack ) : void
pTrack IAGAnimationTrack
리턴 void

get_AnimationObjectByID() 공개 메소드

public get_AnimationObjectByID ( IAGAnimationContainer pContainer, int objectID ) : object
pContainer IAGAnimationContainer
objectID int
리턴 object

get_AnimationObjectID() 공개 메소드

public get_AnimationObjectID ( IAGAnimationContainer pContainer, object pObject ) : int
pContainer IAGAnimationContainer
pObject object
리턴 int

get_AnimationObjectName() 공개 메소드

public get_AnimationObjectName ( IAGAnimationContainer pContainer, object pObject ) : string
pContainer IAGAnimationContainer
pObject object
리턴 string

get_AppliesToObject() 공개 메소드

public get_AppliesToObject ( object pObject ) : bool
pObject object
리턴 bool

get_ChoiceList() 공개 메소드

public get_ChoiceList ( int propIndex, int columnIndex ) : IStringArray
propIndex int
columnIndex int
리턴 IStringArray

get_ColumnCount() 공개 메소드

public get_ColumnCount ( int propIndex ) : int
propIndex int
리턴 int

get_ColumnName() 공개 메소드

public get_ColumnName ( int propIndex, int columnIndex ) : string
propIndex int
columnIndex int
리턴 string

get_ObjectArray() 공개 메소드

public get_ObjectArray ( IAGAnimationContainer pContainer ) : IArray
pContainer IAGAnimationContainer
리턴 IArray

get_PropertyName() 공개 메소드

public get_PropertyName ( int index ) : string
index int
리턴 string

get_PropertyType() 공개 메소드

public get_PropertyType ( int index ) : esriAnimationPropertyType
index int
리턴 esriAnimationPropertyType