|
DocumentRebuilder Constructor
|
creates a new instance of the document rebuilder.
Namespace:
CADSharpTools.PDM
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic DocumentRebuilder(
IEdmVault5 vault,
int documentID = 0,
int parentFolderID = 0
)
Public Sub New (
vault As IEdmVault5,
Optional documentID As Integer = 0,
Optional parentFolderID As Integer = 0
)
Parameters
- vault
- Type: IEdmVault5
- documentID (Optional)
- Type: SystemInt32
- parentFolderID (Optional)
- Type: SystemInt32
See Also