Provides access to properties that define a tracking service.
Members
Name | Description | |
---|---|---|
MetaData | Metadata value for the tracking service. | |
Name | Name of the tracking service. | |
ObjectDefinitionName | Name that defines the object in the tracking service. | |
ObjectSource | Source of the tracking object in the tracking service. | |
ObjectSourceConnectionString | Connection string of the tracking object's source. | |
ObservationDefinitionName | Name that defines the observation in the tracking service. | |
SourceOfGeometry | Source of the geometry included in tracking service. |
ITrackingServiceDef.MetaData Property
Metadata value for the tracking service.
Public Property MetaData As String
public string MetaData {get; set;}
ITrackingServiceDef.Name Property
Name of the tracking service.
Public Property Name As String
public string Name {get; set;}
ITrackingServiceDef.ObjectDefinitionName Property
Name that defines the object in the tracking service.
Public Property ObjectDefinitionName As String
public string ObjectDefinitionName {get; set;}
ITrackingServiceDef.ObjectSource Property
Source of the tracking object in the tracking service.
Public Property ObjectSource As enumObjectSource
public enumObjectSource ObjectSource {get; set;}
ITrackingServiceDef.ObjectSourceConnectionString Property
Connection string of the tracking object's source.
Public Property ObjectSourceConnectionString As String
public string ObjectSourceConnectionString {get; set;}
ITrackingServiceDef.ObservationDefinitionName Property
Name that defines the observation in the tracking service.
Public Property ObservationDefinitionName As String
public string ObservationDefinitionName {get; set;}
ITrackingServiceDef.SourceOfGeometry Property
Source of the geometry included in tracking service.
Public Property SourceOfGeometry As enumShapeSource
public enumShapeSource SourceOfGeometry {get; set;}
Classes that implement ITrackingServiceDef
Classes | Description |
---|