com.esri.arcgis.animation
Interface IAnimationTypeTime

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnimationTypeTime, IAnimationTypeTimeProxy

public interface IAnimationTypeTime
extends java.io.Serializable

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

Description: 'Provides access to the properties/methods of the time in .' 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 IID592c4701_b0b2_4963_b2d2_537bf48d7e61
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void assignTimeRange(IAGAnimationTrack pTrack)
          Calculates the minimum and maximum times for the Time Keyframe from the track.
 

Field Detail

IID592c4701_b0b2_4963_b2d2_537bf48d7e61

static final int IID592c4701_b0b2_4963_b2d2_537bf48d7e61
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

assignTimeRange

void assignTimeRange(IAGAnimationTrack pTrack)
                     throws java.io.IOException,
                            AutomationException
Calculates the minimum and maximum times for the Time Keyframe from the track.

Parameters:
pTrack - A reference to a com.esri.arcgis.animation.IAGAnimationTrack (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.