This document is archived and information here might be outdated.  Recommended version.


ITemporalFeature.TemporalFeatureType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalFeature.TemporalFeatureType Property

Specifies the type of feature used in a temporal workspace.

[Visual Basic .NET]
Public ReadOnly Property TemporalFeatureType As enumTemporalFeatureType
[C#]
public enumTemporalFeatureType TemporalFeatureType {get;}
[C++]
HRESULT get_TemporalFeatureType(
  enumTemporalFeatureType* pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type enumTemporalFeatureType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITemporalFeature Interface