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


IVersionedView.DropVersionedView Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IVersionedView.DropVersionedView Method

Drop the versioned view.

[Visual Basic .NET]
Public Sub DropVersionedView ( _
)
[C#]
public void DropVersionedView (
);
[C++]
HRESULT DropVersionedView(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Removes the versioned view associated with the versioned object.

See Also

IVersionedView Interface