ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / StandaloneTableFactory Class / CanCreateStandaloneTableFrom Method
An ArcGIS.Desktop.Core.Item

In This Topic
    CanCreateStandaloneTableFrom Method (StandaloneTableFactory)
    In This Topic
    Indicates whether a StandaloneTable can be created from an Item. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public bool CanCreateStandaloneTableFrom( 
       Item item
    )
    Public Function CanCreateStandaloneTableFrom( _
       ByVal item As Item _
    ) As Boolean

    Parameters

    item
    An ArcGIS.Desktop.Core.Item

    Return Value

    A boolean indicates that a StandaloneTable can be created from the item.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    You should use this method before passing an item to StandaloneTableFactory.Instance.CreateStandaloneTable() method.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also