| Visual Basic | |
|---|---|
Function GetNextCategory( _ ByVal poPos As IEdmPos5 _ ) As IEdmCategory6 | |
| C# | |
|---|---|
IEdmCategory6 GetNextCategory( IEdmPos5 poPos ) | |
| C++/CLI | |
|---|---|
IEdmCategory6^ GetNextCategory( & IEdmPos5^ poPos ) | |
Parameters
- poPos
- IEdmPos5; position of the next category in the list
Return Value
IEdmCategory6See the IEdmCategoryMgr6 examples.
To obtain the position of the first category in the list, call IEdmCategoryMgr6::GetFirstCategoryPosition.
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 categories.
- S_OK: The method successfully executed.
- E_EDM_END_OF_LIST: No more categories can be accessed.
SOLIDWORKS PDM Professional Version 6.0