ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / CreateEx Method / CreateEx(KnowledgeGraphProvenanceDescription) Method
A description of the provenance record to create.

In This Topic
    CreateEx(KnowledgeGraphProvenanceDescription) Method
    In This Topic
    Creates a new provenance record with the information in the KnowledgeGraphProvenanceDescription.
    Syntax

    Parameters

    provenanceDescription
    A description of the provenance record to create.

    Return Value

    A RowToken object that represents the row to be created.
    Exceptions
    ExceptionDescription
    provenanceDescription cannot be null.
    The provenanceDescription is missing the provenance source information.
    The source in the provenanceDescription is either not part of a Knowledge Graph or not a Knowledge Graph entity or relate type.
    The Knowledge Graph does not support provenance or provenance information cannot be found.
    The provenanceDescription references a source document but the Knowledge Graph does not support documents.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also