C# Class AnimationDeveloperSamples.frmCreateGraphicTrackOptions

Datei anzeigen 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_oe property

public IAnimationExtension AnimationExtension
return IAnimationExtension

createTrackOptions public_oe property

public ICreateGraphicTrackOptions createTrackOptions
return ICreateGraphicTrackOptions

lineFeature public_oe property

public IGeometry lineFeature
return IGeometry

lineGraphic public_oe property

public ILineElement lineGraphic
return ILineElement

pointGraphic public_oe property

public IElement pointGraphic
return IElement