| Visual Basic | |
|---|---|
Function GetNextFileID( _ ByVal poPos As IEdmPos5, _ ByRef plVersion As System.Integer _ ) As System.Integer | |
Parameters
- poPos
- IEdmPos5; position of the next file (see Remarks)
- plVersion
- Version of file on which this label is set
Return Value
ID of file on which this label is setBefore calling this method the first time, you must populate poPos with the interface to the position of the first file with this label, IEdmPos5. Call IEdmLabel5::GetFirstFilePosition to obtain IEdmPos5.
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 file IDs.
Be sure to call IEdmPos5::IsNull before you call this method to ensure you have not reached the end of the enumeration.
- S_OK: The method successfully executed.
- E_EDM_END_OF_LIST: You have gone past the end of the list.
SOLIDWORKS PDM Professional Version 5.2