

Public Class CIMFeatureTable Inherits CIMDisplayTable Implements System.ComponentModel.INotifyPropertyChanged, System.Xml.Serialization.IXmlSerializable
public class CIMFeatureTable : CIMDisplayTable, System.ComponentModel.INotifyPropertyChanged, System.Xml.Serialization.IXmlSerializable
{
// get the CIM definition from the layer
// Note: needs to be called on the MCT
var cimFeatureDefinition = featureLayer.GetDefinition() as ArcGIS.Core.CIM.CIMBasicFeatureLayer;
// get the view of the source table underlying the layer
var cimDisplayTable = cimFeatureDefinition.FeatureTable;
// this field is used as the 'label' to represent the row
var displayField = cimDisplayTable.DisplayField;
}
System.Object
ArcGIS.Core.CIM.CIMObject
ArcGIS.Core.CIM.CIMDisplayTable
ArcGIS.Core.CIM.CIMFeatureTable
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)