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