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


IVersionedView.DropVersionedView Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionedView Interface > IVersionedView.DropVersionedView Method
ArcGIS Developer Help

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