| Visual Basic | |
|---|---|
Sub IncrementRevision( _ ByVal lFileID As System.Integer _ ) | |
| C# | |
|---|---|
void IncrementRevision( System.int lFileID ) | |
| C++/CLI | |
|---|---|
void IncrementRevision( & System.int lFileID ) | |
Parameters
- lFileID
- ID of file on which to increment the revision
If you call IEdmRevisionMgr::SetRevisionCounters before calling this method, the new revision number that gets generated uses the counters that are specified in the call to IEdmRevisionMgr::SetRevisionCounters. If counters have not been explicitly set, the component counters are incremented by one.
The order of calls to IEdmRevisionMgr::SetRevisionCounters and this method does not matter. Calls to this method are always processed after calls to IEdmRevisionMgr::SetRevisionCounters.
After calling this method, call IEdmRevisionMgr::Commit to commit the revision increment to the database.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional 2007