You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.