Public Shared Function CanAppendToLinkChart( _ ByVal linkChart As Map, _ ByVal idSet As KnowledgeGraphLayerIDSet _ ) As Boolean
public static bool CanAppendToLinkChart( Map linkChart, KnowledgeGraphLayerIDSet idSet )
Parameters
- linkChart
- The link chart to append to.
- idSet
- The set of named object types and records.
Return Value
True if the records can be appended. False otherwise.