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

IMultiGraphFloat adds methods to get float weight of edges for IMultiGraph. Cast to this interface only if IMultiGraph's method GetEdgeWeightType returns WT_FLOAT.

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

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

Clone this wiki locally