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(
VARIANT_BOOL supported
);
[C++]Parameters
supported [out, retval] supported is a parameter of type VARIANT_BOOL supported [in] supported is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.