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


IGxGDSConnection.CreateGeoDatabase Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxGDSConnection Interface > IGxGDSConnection.CreateGeoDatabase Method
ArcGIS Developer Help

IGxGDSConnection.CreateGeoDatabase Method

Creates a new Geodatabase.

[Visual Basic .NET]
Public Sub CreateGeoDatabase ( _
    ByVal gdbName As String, _
    ByVal gdbFileName As String, _
    ByVal gdbFileSize As Integer _
)
[C#]
public void CreateGeoDatabase (
    string gdbName,
    string gdbFileName,
    int gdbFileSize
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxGDSConnection Interface