ArcObjects Library Reference (DataSourcesRaster)  

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

Parameters

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

Product Availability

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

See Also

IRasterFunction2 Interface