ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* b
);
[C++]

Parameters

b [out, retval]   b is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISeriesProperties Interface