ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.GetAllViewers Method

Returns all registered Viewers.

[Visual Basic .NET]
Public Function GetAllViewers ( _
) As IArray
[C#]
public IArray GetAllViewers (
);
[C++]
HRESULT GetAllViewers(
  IArray** ppViewers
);
[C++]

Parameters

ppViewers [out, retval]

  ppViewers is a parameter of type IArray

Product Availability

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

See Also

ISceneGraph Interface