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


IIMSSubLayer.SymbologyUpdated Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSSubLayer Interface > IIMSSubLayer.SymbologyUpdated Property
ArcGIS Developer Help

IIMSSubLayer.SymbologyUpdated Property

Indicates if this layers symbology has been updated.

[Visual Basic .NET]
Public WriteOnly Property SymbologyUpdated
[C#]
public void SymbologyUpdated {set;}
[C++]
HRESULT put_SymbologyUpdated(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IIMSSubLayer Interface