public TableDefinition GetDefinition( string name )
Public Function GetDefinition( _ ByVal name As String _ ) As TableDefinition
Parameters
- name
- The name of the table to open.
Return Value
The ArcGIS.Core.Data.TableDefinition or ArcGIS.Core.Data.FeatureClassDefinition (if the table returned by OpenTable can be cast to ArcGIS.Core.Data.FeatureClass) associated with name.