This document is archived and information here might be outdated.  Recommended version.


ICamera2.DisplayType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera2 Interface > ICamera2.DisplayType Property
ArcGIS Developer Help

ICamera2.DisplayType Property

Display mode.

[Visual Basic .NET]
Public Property DisplayType As esriDisplayType
[C#]
public esriDisplayType DisplayType {get; set;}
[C++]
HRESULT get_DisplayType(
  esriDisplayType* pType
);
[C++]
HRESULT put_DisplayType(
  esriDisplayType pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriDisplayType* pType [in]
pType is a parameter of type esriDisplayType

Product Availability

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

See Also

ICamera2 Interface