| Visual Basic | |
|---|---|
Function GetFirstTemplatePosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetFirstTemplatePosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetFirstTemplatePosition(); | |
Return Value
IEdmPos5; position of the first installed templateAfter calling this method, pass the position of the first template to IEdmTemplateMgr5::GetNextTemplate to get the first template in this list. Then call IEdmTemplateMgr5::GetNextTemplate repeatedly to get the rest of the templates in this list.
C++ users not using smart-pointer wrapper functions must release the returned interface, IEdmPos5.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional Version 5.2