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


IMessageTemplate.FieldsWithColumns Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IMessageTemplate.FieldsWithColumns Property

Field names and column index of fields used in the action message.

[Visual Basic .NET]
Public Property FieldsWithColumns As Object
[C#]
public object FieldsWithColumns {get; set;}
[C++]
HRESULT get_FieldsWithColumns(
  VARIANT* array
);
[C++]
HRESULT put_FieldsWithColumns(
  VARIANT array
);
[C++]

Parameters array [out, retval] array is a parameter of type VARIANT array [in] array is a parameter of type VARIANT

Product Availability

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

See Also

IMessageTemplate Interface