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


IRasterFunction.Valid Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunction Interface > IRasterFunction.Valid Property
ArcGIS Developer Help

IRasterFunction.Valid Property

Indicates if this function is valid, e.g. bound to an object, and etc.

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

pValid is a parameter of type bool*

Product Availability

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

See Also

IRasterFunction Interface