ArcObjects Library Reference (ArcScene)  

ISxContentsView.Refresh Method

Refreshes the contents view. If a non-null item is specified, it refreshes only that item and its children.

[Visual Basic .NET]
Public Sub Refresh ( _
    ByVal item As Object _
)
[C#]
public void Refresh (
    object item
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

ISxContentsView Interface