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


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

IRasterFunction2.IsActive Property

Indicates if the function is actively participating in the chain.

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

pIsActive is a parameter of type bool*

Product Availability

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

See Also

IRasterFunction2 Interface