SOLIDWORKS PDM Professional API Help Send Feedback
IEdmReference5 Interface Members
See Also  Properties  Methods 
  
EPDM.Interop.epdm Namespace : IEdmReference5 Interface

The following tables list the members exposed by IEdmReference5.

Public Properties

 NameDescription
 PropertyFileGets the file.  
 PropertyFileIDGets the ID of the file.  
 PropertyFolderGets the file's parent folder.  
 PropertyFolderIDGets the ID of the file's parent folder.  
 PropertyFoundPathGets the file system path where the file was found.  
 PropertyIsLockedGets whether the file is checked out.  
 PropertyLockedByUserGets the the user who checked out the file.  
 PropertyLockedInFolderGets the folder in which the file is checked out.  
 PropertyLockedOnComputerGets the name of the computer on which the file is checked out.  
 PropertyLockPathGets the file's check-out path.  
 PropertyNameGets the name of the file.  
 PropertyReferencedAsGets how the file is included by the referencing file.  
 PropertyVersionLocalGets the local version number of the file.  
 PropertyVersionRefGets the referenced version number of the file.  
Top

Public Methods

 NameDescription
 MethodGetCustomDataGets data stored with IEdmReference5::SetCustomData in this file reference.  
 MethodGetFirstChildPositionObsolete. Superseded by IEdmReference7::GetFirstChildPosition2.  
 MethodGetFirstParentPositionObsolete. Superseded by IEdmReference7::GetFirstParentPosition2.  
 MethodGetNextChildEnumerates the files referenced by this file.  
 MethodGetNextParentEnumerates the files referencing this file.  
 MethodSetCustomDataStores an arbitrary piece of data in this object.  
Top

See Also