| Visual Basic | |
|---|---|
Function GetNextRevision( _ ByVal poPos As IEdmPos5 _ ) As IEdmRevision5 | |
| C# | |
|---|---|
IEdmRevision5 GetNextRevision( IEdmPos5 poPos ) | |
| C++/CLI | |
|---|---|
IEdmRevision5^ GetNextRevision( & IEdmPos5^ poPos ) | |
Parameters
- poPos
- IEdmPos5; position of the next revision in the list
Return Value
IEdmRevision5Get Revision Names for Local Version of File (C#)
Get Revision Names for Local Version of File (VB.NET)
Get Revision Names for Local Version of File (VB.NET)
Before calling this method the first time, you must populate poPos with the interface to the position of the first revision in the list, IEdmPos5. Call IEdmVersion5::GetFirstRevisionPosition to obtain poPos.
After calling this method the first time, poPos is automatically incremented every time it is called. Call this method repeatedly to obtain the rest of the revisions in the list.
Be sure to call IEdmPos5::IsNull before you call this method to ensure you have not reached the end of the enumeration.
C++ users not using smart-pointer wrapper functions must release the returned interface, IEdmRevision5.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional Version 5.2