Click or drag to resize

DocumentGetRebuildOrder Method

Returns a dictionary of documents and their level in the order which they need to be rebuilt.

Namespace:  CADSharpTools.Core.Models
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public Dictionary<Document, int> GetRebuildOrder()

Return Value

Type: DictionaryDocument, Int32
Dictionary
Remarks
See Also