IMapTableTimeInfo Interface

Provides access to time properties of a MapLayerInfo.

Members

Name Description
Read-only property EndTimeFieldName End time field for the table.
Read-only property FullTimeExtent The time extent for all the data in the table.
Read-only property StartTimeFieldName Name of the field that has start time or time instant for a table.
Read-only property SupportsTime Indicates whether the table supports time.
Read-only property TimeInterval Suggested draw time interval for refreshing the table contents.
Read-only property TimeIntervalUnits Draw time interval units.
Read-only property TimeReference Native TimeReference of the contents of the table.
Read-only property TimeValueFormat Time field(s) values format.
Read-only property TrackIDFieldName Field that identifies or groups unique objects for which time values are recorded in a table.

IMapTableTimeInfo.EndTimeFieldName Property

End time field for the table.

Public ReadOnly Property EndTimeFieldName As String
public string EndTimeFieldName {get;}

IMapTableTimeInfo.FullTimeExtent Property

The time extent for all the data in the table.

Public ReadOnly Property FullTimeExtent As ITimeExtent
public ITimeExtent FullTimeExtent {get;}

IMapTableTimeInfo.StartTimeFieldName Property

Name of the field that has start time or time instant for a table.

Public ReadOnly Property StartTimeFieldName As String
public string StartTimeFieldName {get;}

Remarks

Time from this field is used to define when a feature/row is begun in case when the layer/table is time-enabled with two fields.

When a layer/table is time-enabled with single field, value in this field represents the moment the feature/row is recorded.

IMapTableTimeInfo.SupportsTime Property

Indicates whether the table supports time.

Public ReadOnly Property SupportsTime As Boolean
public bool SupportsTime {get;}

IMapTableTimeInfo.TimeInterval Property

Suggested draw time interval for refreshing the table contents.

Public ReadOnly Property TimeInterval As Double
public double TimeInterval {get;}

IMapTableTimeInfo.TimeIntervalUnits Property

Draw time interval units.

Public ReadOnly Property TimeIntervalUnits As esriTimeUnits
public esriTimeUnits TimeIntervalUnits {get;}

IMapTableTimeInfo.TimeReference Property

Native TimeReference of the contents of the table.

Public ReadOnly Property TimeReference As ITimeReference
public ITimeReference TimeReference {get;}

IMapTableTimeInfo.TimeValueFormat Property

Time field(s) values format.

Public ReadOnly Property TimeValueFormat As String
public string TimeValueFormat {get;}

Remarks

Only application when a string or numeric field is used for time definition.

IMapTableTimeInfo.TrackIDFieldName Property

Field that identifies or groups unique objects for which time values are recorded in a table.

Public ReadOnly Property TrackIDFieldName As String
public string TrackIDFieldName {get;}

Classes that implement IMapTableTimeInfo

Classes Description
MapLayerInfo The Map Layer Info coclass provides read-only information about a layer in a map.
StandaloneTableInfo The coclass contains information for standalone table in a map.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.