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


IMessageTemplate.SourceType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IM > IMessageTemplate Interface > IMessageTemplate.SourceType Property
ArcGIS Developer Help

IMessageTemplate.SourceType Property

Indication if the source is the dataset definition or a feature.

[Visual Basic .NET]
Public Property SourceType As enumTemplateSourceType
[C#]
public enumTemplateSourceType SourceType {get; set;}
[C++]
HRESULT get_SourceType(
  enumTemplateSourceType* Type
);
[C++]
HRESULT put_SourceType(
  enumTemplateSourceType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type enumTemplateSourceType* Type [in]
Type is a parameter of type enumTemplateSourceType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IMessageTemplate Interface