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


ITrackingServiceDef.SourceOfGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITrackingServiceDef Interface > ITrackingServiceDef.SourceOfGeometry Property
ArcGIS Developer Help

ITrackingServiceDef.SourceOfGeometry Property

Source of the geometry included in tracking service.

[Visual Basic .NET]
Public Property SourceOfGeometry As enumShapeSource
[C#]
public enumShapeSource SourceOfGeometry {get; set;}
[C++]
HRESULT get_SourceOfGeometry(
  enumShapeSource* pVal
);
[C++]
HRESULT put_SourceOfGeometry(
  enumShapeSource pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type enumShapeSource* pVal [in]
pVal is a parameter of type enumShapeSource

Product Availability

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

See Also

ITrackingServiceDef Interface