ArcGISCompare.GeoDbProcs.GetTable C# (CSharp) Méthode

GetTable() static private méthode

static private GetTable ( IWorkspace TheWrkspc, String TheTName ) : ITable
TheWrkspc IWorkspace
TheTName String
Résultat ITable
    internal static ITable GetTable(IWorkspace TheWrkspc, String TheTName)
    {
      IFeatureWorkspace theFWorkSpace = (IFeatureWorkspace)TheWrkspc;

      return theFWorkSpace.OpenTable(TheTName);
    }