Indicates if the given object is supported by the scene.
[Visual Basic .NET] Public Function Applies ( _ ByVal Object As Object _ ) As Boolean
[C#] public bool Applies ( object Object );
[C++]
HRESULT Applies(
LPUNKNOWN Object,
VARIANT_BOOL* Applies
);
[C++]Parameters
Object [in] Object is a parameter of type LPUNKNOWN Applies [out, retval] Applies is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.
Remarks
The Applies member is used to determine whether the passed Layer, DatasetName, or GxLayer is supported.