IAMSDatasetName Interface

Provides access to properties and methods needed to manage dataset names in the tracking workspace.

Members

Name Description
Read/write property Category The category of the dataset.
Read/write property FeatureDatasetName The Feature Dataset Name object.
Read/write property FeatureType The feature type for this feature class name.
Read/write property Name The name of the dataset.
Read/write property ShapeFieldName The spatial column name for this feature class name.
Read/write property ShapeType The feature class shape type.
Read-only property SubsetNames Subset names contained within this dataset name.
Read-only property TemporalColumnName Name of the column containing the time and date information.
Read/write property TrackingService Defines a tracking service within the real-time data connection in the workspace.
Read-only property Type The type of the dataset.
Read/write property Visible Indicates whether or not the dataset name is visible in the workspace dialog.
Read/write property 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

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