| Visual Basic | |
|---|---|
Function GetFirstRevisionPosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetFirstRevisionPosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetFirstRevisionPosition(); | |
Return Value
IEdmPos5; position of the first revision in the enumerationGet 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)
After calling this method, pass the returned position of the first revision to IEdmVersion5::GetNextRevision to get the first revision in this list. Then call IEdmVersion5::GetNextRevision repeatedly to get the rest of the revisions.
C++ users not using smart-pointer wrapper functions must release the returned interface, IEdmPos5.
- S_OK: The method successfully executed.
IEdmVersion5 Interface
IEdmVersion5 Members
IEdmRevision5 Interface
IEdmEnumeratorVersion5::GetFirstRevisionPosition Method ()
IEdmVersion5::HasRevision Property ()
IEdmVersion5 Members
IEdmRevision5 Interface
IEdmEnumeratorVersion5::GetFirstRevisionPosition Method ()
IEdmVersion5::HasRevision Property ()
SOLIDWORKS PDM Professional Version 5.2