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


ISeriesProperties.IsChanged Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISeriesProperties Interface > ISeriesProperties.IsChanged Property
ArcGIS Developer Help

ISeriesProperties.IsChanged Property

Indicates if series has changed.

[Visual Basic .NET]
Public ReadOnly Property IsChanged As Boolean
[C#]
public bool IsChanged {get;}
[C++]
HRESULT get_IsChanged(
  Boolean* b
);
[C++]
Parameters
b [out, retval]

b is a parameter of type bool*

Product Availability

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

See Also

ISeriesProperties Interface