C# Class AnimationDeveloperSamples.frmCreateGraphicTrackOptions

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

Méthodes publiques

Свойство Type Description
AnimationExtension IAnimationExtension
createTrackOptions ICreateGraphicTrackOptions
lineFeature IGeometry
lineGraphic ILineElement
pointGraphic IElement

Méthodes publiques

Méthode Description
RefreshPathSourceOptions ( ) : void
frmCreateGraphicTrackOptions ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CheckTrackName ( IAGAnimationTracks pTracks, string name ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

buttonCancel_Click ( object sender, EventArgs e ) : void
buttonImport_Click ( object sender, EventArgs e ) : void
frmCreateGraphicTrackOptions_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

RefreshPathSourceOptions() public méthode

public RefreshPathSourceOptions ( ) : void
Résultat void

frmCreateGraphicTrackOptions() public méthode

public frmCreateGraphicTrackOptions ( ) : System
Résultat System

Property Details

AnimationExtension public_oe property

public IAnimationExtension AnimationExtension
Résultat IAnimationExtension

createTrackOptions public_oe property

public ICreateGraphicTrackOptions createTrackOptions
Résultat ICreateGraphicTrackOptions

lineFeature public_oe property

public IGeometry lineFeature
Résultat IGeometry

lineGraphic public_oe property

public ILineElement lineGraphic
Résultat ILineElement

pointGraphic public_oe property

public IElement pointGraphic
Résultat IElement