C# Class AnimationDeveloperSamples.frmCreateGraphicTrackOptions

Show file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Properties

Property Type Description
AnimationExtension IAnimationExtension
createTrackOptions ICreateGraphicTrackOptions
lineFeature IGeometry
lineGraphic ILineElement
pointGraphic IElement

Public Methods

Method Description
RefreshPathSourceOptions ( ) : void
frmCreateGraphicTrackOptions ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

RefreshPathSourceOptions() public method

public RefreshPathSourceOptions ( ) : void
return void

frmCreateGraphicTrackOptions() public method

public frmCreateGraphicTrackOptions ( ) : System
return System

Property Details

AnimationExtension public property

public IAnimationExtension AnimationExtension
return IAnimationExtension

createTrackOptions public property

public ICreateGraphicTrackOptions createTrackOptions
return ICreateGraphicTrackOptions

lineFeature public property

public IGeometry lineFeature
return IGeometry

lineGraphic public property

public ILineElement lineGraphic
return ILineElement

pointGraphic public property

public IElement pointGraphic
return IElement