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

The following tables list the members exposed by IEdmBatchChangeState.

Public Properties

 NameDescription
 PropertyCommentComment about this state change or transition revocation to add to the history listing.  
Top

Public Methods

 NameDescription
 MethodAddFileAdds a file to this batch of files whose states you want to change or whose transitions you want to revoke.  
 MethodChangeStateObsolete. Superseded by IEdmBatchChangeState4::ChangeState2.  
 MethodCreateTreeComputes the file reference tree and checks that the specified state transition can be performed for the files added to this batch using IEdmBatchChangeState::AddFile.  
 MethodGetFileListGets the list of files affected by the state change or transition revocation.  
 MethodSetAuxReserved for future use.  
 MethodShowDlgShows the change state or revoke transition dialog box.  
Top

See Also