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

For a list of all members of this type, see IEdmFile5 members.

Public Methods

 NameDescription
 MethodChangeStateObsolete. Superseded by IEdmFile10::ChangeState2.  
 MethodGetConfigurationsGets a list of names of the configurations for the specified version of this file.  
 MethodGetEnumeratorVariableGets an interface to this file's data card variables.  
 MethodGetFileCopyGets a copy of the file with the specified version from the archive and deposits it in the specified location.  
 MethodGetFirstFolderPositionStarts an enumeration of the parent folders of this file.  
 MethodGetLocalFileDateGets the date and timestamp of a local copy of this file.  
 MethodGetLocalFileSizeObsolete. Superseded by IEdmFile9::GetLocalFileSize2.  
 MethodGetLocalPathGets the full path to this file in the specified parent folder.  
 MethodGetLocalRevisionNameGets the revision name of the local copy of this file.  
 MethodGetLocalVersionNoObsolete. Superseded by IEdmFile12::GetLocalVersionNo2.  
 MethodGetNextFolderGets the next parent folder of this file.  
 MethodGetReferenceTreeGets an interface to the files that reference or are referenced by this file.  
 MethodGetRevisionGeneratorInfoGets information about this file for the revision generator.  
 MethodIncrementRevisionCreates a new revision of this file.  
 MethodIsKindOfChecks whether the object is of a certain type.  
 MethodLockFileChecks out this file from the vault to which the user is currently logged in.  
 MethodRefreshRefreshes the file.  
 MethodRenameObsolete. Superseded by IEdmFile6::RenameEx.  
 MethodUndoLockFileRemoves the check-out of a file without saving changes to the archive.  
 MethodUnlockFileChecks in this file.  
Top

See Also