ArcObjects Library Reference  (3DAnalyst)    

I3DViewer.Caption Property

The viewer's caption.

[Visual Basic 6.0]
Property Caption As String
[Visual Basic .NET]
Public Property Caption As String
[C#]
public string Caption {get; set;}
[Java]
public String getCaption()
throws
    IOException,
    AutomationException
[Java]
public void setCaption(
String Caption
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Caption(
  BSTR* 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

I3DViewer Interface

 


Feedback Send feedback on this page