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