ITrackingServiceDef Interface

Provides access to properties that define a tracking service.

Members

Name Description
Read/write property MetaData Metadata value for the tracking service.
Read/write property Name Name of the tracking service.
Read/write property ObjectDefinitionName Name that defines the object in the tracking service.
Read/write property ObjectSource Source of the tracking object in the tracking service.
Read/write property ObjectSourceConnectionString Connection string of the tracking object's source.
Read/write property ObservationDefinitionName Name that defines the observation in the tracking service.
Read/write property 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

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