com.esri.arcgis.animation
Interface IAGAnimationTrackExtensions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AGAnimationTrack, IAGAnimationTrackExtensionsProxy

public interface IAGAnimationTrackExtensions
extends java.io.Serializable

COM Interface 'IAGAnimationTrackExtensions'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'

Description: 'Provides access to the extensions of an animation track.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDcc771129_d078_47e8_86ff_7517e1dc6bf3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addExtension(java.lang.Object ext)
          Adds a new extension.
 java.lang.Object getExtension(int index)
          The extension at the specified index.
 int getExtensionCount()
          Number of extensions.
 void removeExtension(int index)
          Removes the specified extension.
 

Field Detail

IIDcc771129_d078_47e8_86ff_7517e1dc6bf3

static final int IIDcc771129_d078_47e8_86ff_7517e1dc6bf3
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getExtensionCount

int getExtensionCount()
                      throws java.io.IOException,
                             AutomationException
Number of extensions.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtension

java.lang.Object getExtension(int index)
                              throws java.io.IOException,
                                     AutomationException
The extension at the specified index.

Parameters:
index - The index (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addExtension

void addExtension(java.lang.Object ext)
                  throws java.io.IOException,
                         AutomationException
Adds a new extension.

Parameters:
ext - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeExtension

void removeExtension(int index)
                     throws java.io.IOException,
                            AutomationException
Removes the specified extension.

Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.