SupportsProvenance Property
Gets if the knowledge graph supports provenance.
Get Whether KG Supports Provenance using KnowledgeGraphPropertyInfo
internal void KnowledgeGraphProvenance(KnowledgeGraph kg)
{
// use the KnowledgeGraphPropertyInfo
var propInfo = kg.GetPropertyNameInfo();
var supportsProvenance = propInfo.SupportsProvenance;
var provenanceType = propInfo.ProvenanceTypeName;
var provenanceInfo = propInfo.ProvenancePropertyInfo;
}
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3.4 or higher.