Definition GetDefinition( Item item )
Function GetDefinition( _ ByVal item As Item _ ) As Definition
Parameters
- item
- The item to check.
Return Value
A specific ArcGIS.Core.Data.Definition (e.g., ArcGIS.Core.Data.FeatureClassDefinition) associated with the item. A NotSupportedException will be thrown if the definition cannot be determined for the item. Use CanGetDefinition to determine if the definition can be retrieved before calling this.