Gets whether the file with the specified version and location needs to be rebuilt in its associated CAD program.
Syntax
Visual Basic (Declaration) | |
---|
Function NeedsRegeneration( _
ByVal lVersion As System.Integer, _
Optional ByVal oFolderPathOrID As System.Object _
) As System.Boolean |
Parameters
- lVersion
- File version; 0 to check the version in the local cache
- oFolderPathOrID
- Path or ID of the file's parent folder; valid only if lVersion is not 0
Return Value
True if the file needs to be rebuilt in its associated CAD program, false if not
Remarks
See Also
Availability
SolidWorks Enterprise PDM 2009