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


ISceneViewer2.Caption Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneViewer2 Interface > ISceneViewer2.Caption Property
ArcGIS Developer Help

ISceneViewer2.Caption Property

The scene viewer's caption.

[Visual Basic .NET]
Public Property Caption As String
[C#]
public string Caption {get; set;}
[C++]
HRESULT get_Caption(
  System.String* pCaption
);
[C++]
HRESULT put_Caption(
  BSTR pCaption
);
[C++]
Parameters
pCaption [out, retval]

pCaption is a parameter of type BSTR* pCaption [in]
pCaption is a parameter of type BSTR

Product Availability

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

See Also

ISceneViewer2 Interface