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

IGraphInt adds methods to get integer weight of edges for IGraph. Cast to this interface only if IGraph'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 IGraphInt .

Clone this wiki locally