|
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)
Syntaxpublic Dictionary<Document, int> GetRebuildOrder()
Public Function GetRebuildOrder As Dictionary(Of Document, Integer)
Return Value
Type:
DictionaryDocument,
Int32Dictionary
Remarks
See Also