This document is archived and information here might be outdated. Recommended version. |
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
);