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


IPublishLayer.DataValid Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IPublishLayer.DataValid Property

Indicates if the data for the layer is currently valid.

[Visual Basic .NET]
Public ReadOnly Property DataValid As Boolean
[C#]
public bool DataValid {get;}
[C++]
HRESULT get_DataValid(
  VARIANT_BOOL* bDataValid
);
[C++]

Parameters bDataValid [out, retval] bDataValid is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IPublishLayer Interface