|
DocumentConstructReferenceTree Method
|
Constructs the document reference from tree using the vault object.
Namespace:
CADSharpTools.Core.Models
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic void ConstructReferenceTree(
IEdmVault5 vault,
ctpICallback callback = null
)
Public Sub ConstructReferenceTree (
vault As IEdmVault5,
Optional callback As ctpICallback = Nothing
)
Parameters
- vault
- Type: IEdmVault5
Vault object. - callback (Optional)
- Type: CADSharpTools.CorectpICallback
ExceptionsException | Condition |
---|
Exception | Document not found. |
RemarksThis method clears up all children.
See Also