ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.KnowledgeGraph Namespace / KnowledgeGraphLayerException Class / InvalidNamedTypes Property

In This Topic
    InvalidNamedTypes Property
    In This Topic
    Gets a list of the invalid type names provided to the layer create or append
    Syntax
    Public ReadOnly Property InvalidNamedTypes As IReadOnlyList(Of String)
    public IReadOnlyList<string> InvalidNamedTypes {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.3 or higher.
    See Also