This document is archived and information here might be outdated. Recommended version. |
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
The Applies member is used to determine whether the passed Layer, DatasetName, or GxLayer is supported.