ArcObjects Library Reference (3DAnalyst)  

IViewers3D.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

IViewers3D Interface

.NET Samples

Multiple globe viewers (Code Files: MultipleGlobeViewers)