This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAdmin Interface > IMapAdmin.FireChangeFeatureClass Method (ArcObjects .NET 10.4 SDK) |
Notifies listeners that the a layer's class has changed.
[Visual Basic .NET] Public Sub FireChangeFeatureClass ( _ ByVal oldClass As IFeatureClass, _ ByVal newClass As IFeatureClass _ )
[C#] public void FireChangeFeatureClass ( IFeatureClass oldClass, IFeatureClass newClass );
[C++]
HRESULT FireChangeFeatureClass(
IFeatureClass* oldClass,
IFeatureClass* newClass
);
[C++]
Parameters oldClass [in]
oldClass is a parameter of type IFeatureClass newClass [in]
newClass is a parameter of type IFeatureClass