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


IMessageTemplate.SourceType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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