| Visual Basic | |
|---|---|
Function CreateTree( _ ByVal lEdmCreateReferenceFlags As System.Integer _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool CreateTree( System.int lEdmCreateReferenceFlags ) | |
| C++/CLI | |
|---|---|
System.bool CreateTree( & System.int lEdmCreateReferenceFlags ) | |
Parameters
- lEdmCreateReferenceFlags
- Combination of EdmCreateReferenceFlags bits
Return Value
True if there are file references, false if notIf this method returns true, call IEdmAddCustomRefs::ShowDlg to display and edit the file references.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 6.3 of SOLIDWORKS PDM Professional