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


ILayerEffects.SupportsInteractive Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerEffects Interface > ILayerEffects.SupportsInteractive Property
ArcGIS Developer Help

ILayerEffects.SupportsInteractive Property

Indicates if the layer supports interactive effects changes.

[Visual Basic .NET]
Public Property SupportsInteractive As Boolean
[C#]
public bool SupportsInteractive {get; set;}
[C++]
HRESULT get_SupportsInteractive(
  VARIANT_BOOL supported
);
[C++]
HRESULT put_SupportsInteractive(
  Boolean* supported
);
[C++]
Parameters
supported [in]

supported is a parameter of type bool supported [out, retval]
supported is a parameter of type bool*

Product Availability

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

See Also

ILayerEffects Interface