ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.IsEmpty Property

Indicates if the content of the scene graph is empty.

[Visual Basic .NET]
Public ReadOnly Property IsEmpty As Boolean
[C#]
public bool IsEmpty {get;}
[C++]
HRESULT get_IsEmpty(
  VARIANT_BOOL* bIsEmpty
);
[C++]

Parameters

bIsEmpty [out, retval]   bIsEmpty is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneGraph Interface