Skip to content
Unick Soft edited this page Dec 26, 2020 · 3 revisions

IMultiGraphInt adds methods to get integer weight of edges for IMultiGraph. Cast to this interface only if IMultiGraph's method GetEdgeWeightType returns WT_INT.

  • GetEdgeWeight(ObjectId source, ObjectId target) - return weight of edge from source to target.

  • MakeCopy(GraphCopyType type) - make correct copy of IMultiGraphInt.

Clone this wiki locally