Provides access to properties and methods needed to manage dataset names in the tracking workspace.
Members
| Name | Description | |
|---|---|---|
![]()  | 
Category | The category of the dataset. | 
![]()  | 
FeatureDatasetName | The Feature Dataset Name object. | 
![]()  | 
FeatureType | The feature type for this feature class name. | 
![]()  | 
Name | The name of the dataset. | 
![]()  | 
ShapeFieldName | The spatial column name for this feature class name. | 
![]()  | 
ShapeType | The feature class shape type. | 
![]()  | 
SubsetNames | Subset names contained within this dataset name. | 
![]()  | 
TemporalColumnName | Name of the column containing the time and date information. | 
![]()  | 
TrackingService | Defines a tracking service within the real-time data connection in the workspace. | 
![]()  | 
Type | The type of the dataset. | 
![]()  | 
Visible | Indicates whether or not the dataset name is visible in the workspace dialog. | 
![]()  | 
WorkspaceName | The WorkspaceName of the DatasetName. | 
IAMSDatasetName.FeatureDatasetName Property
The Feature Dataset Name object.
Public Property FeatureDatasetName As IDatasetName
public IDatasetName FeatureDatasetName {get; set;}
IAMSDatasetName.FeatureType Property
The feature type for this feature class name.
Public Property FeatureType As esriFeatureType
public esriFeatureType FeatureType {get; set;}
IAMSDatasetName.ShapeFieldName Property
The spatial column name for this feature class name.
Public Property ShapeFieldName As String
public string ShapeFieldName {get; set;}
IAMSDatasetName.ShapeType Property
The feature class shape type.
Public Property ShapeType As esriGeometryType
public esriGeometryType ShapeType {get; set;}
IAMSDatasetName.TemporalColumnName Property
Name of the column containing the time and date information.
Public ReadOnly Property TemporalColumnName As String
public string TemporalColumnName {get;}
IAMSDatasetName.TrackingService Property
Defines a tracking service within the real-time data connection in the workspace.
Public Property TrackingService As ITrackingServiceDef
public ITrackingServiceDef TrackingService {get; set;}
IAMSDatasetName.Visible Property
Indicates whether or not the dataset name is visible in the workspace dialog.
Public Property Visible As Boolean
public bool Visible {get; set;}
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| IDatasetName | Provides access to members that supply dataset name information. | 
Classes that implement IAMSDatasetName
| Classes | Description | 
|---|


