This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > IScene Interface > IScene.Applies Method (ArcObjects .NET 10.4 SDK) |
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
The Applies member is used to determine whether the passed Layer, DatasetName, or GxLayer is supported.