Click or drag to resize

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)
Syntax
public void ConstructReferenceTree(
	IEdmVault5 vault,
	ctpICallback callback = null
)

Parameters

vault
Type: IEdmVault5
Vault object.
callback (Optional)
Type: CADSharpTools.CorectpICallback
Exceptions
ExceptionCondition
ExceptionDocument not found.
Remarks
This method clears up all children.
See Also