ArcObjects Library Reference (3DAnalyst)  

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