SOLIDWORKS PDM Professional API Help Send Feedback
CreateReferences Method (IEdmAddCustomRefs)
See Also  Example
EPDM.Interop.epdm Namespace > IEdmAddCustomRefs Interface : CreateReferences Method (IEdmAddCustomRefs)


Creates the custom file references in the file vault.

Syntax

Visual Basic 
Function CreateReferences() As System.Boolean
C# 
System.bool CreateReferences()
C++/CLI 
System.bool CreateReferences(); 

Return Value

True if any file was created, false if no files were created

Example

Remarks

Before calling this method, you must call one of the following methods to add a file reference to another file:

Return codes:

  • S_OK: The method successfully executed.
  • S_FALSE: One of the arguments is invalid.
 

See Also

Availability

Version 6.3 of SOLIDWORKS PDM Professional