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


IScene.Applies Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > IScene Interface > IScene.Applies Method
ArcGIS Developer Help

IScene.Applies Method

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
);
[C++]
Parameters
Object [in]

Object is a parameter of type IUnknown

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.

See Also

IScene Interface