ArcObjects Library Reference (Carto)  

ISeriesProperties.IsReady Property

Indicates if series is ready to work with.

[Visual Basic .NET]
Public ReadOnly Property IsReady As Boolean
[C#]
public bool IsReady {get;}
[C++]
HRESULT get_IsReady(
  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