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


IVersionedView.CreateVersionedView 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.CreateVersionedView Method
ArcGIS Developer Help

IVersionedView.CreateVersionedView Method

Create a versioned view.

[Visual Basic .NET]
Public Sub CreateVersionedView ( _
    ByVal Name As String _
)
[C#]
public void CreateVersionedView (
    string Name
);
[C++]
HRESULT CreateVersionedView(
  BSTR Name
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR

Product Availability

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

Remarks

Creates a versioned view with the given name of the versioned object. The versioned view can be used to access versioned objects from SQL.

The same set of invalid charters apply to view names as to table names. e.g., ISqlSyntax.GetInvalidStartingCharacters, ISqlSyntax.GetInvalidCharacters

See Also

IVersionedView Interface