| Visual Basic | |
|---|---|
Function GetString( _ ByVal lItemID As System.Integer, _ ByVal eType As EdmMenuStrType _ ) As System.String | |
| C# | |
|---|---|
System.string GetString( System.int lItemID, EdmMenuStrType eType ) | |
| C++/CLI | |
|---|---|
System.String^ GetString( & System.int lItemID, & EdmMenuStrType eType ) | |
Parameters
- lItemID
- ID of menu item for which to get a string
- eType
- Type of string to get as defined in EdmMenuStrType
Return Value
String (see Remarks)C++ programmers must free the returned string with SysFreeString.
Return code S_OK indicates that the method successfully executed.
Version 5.2 of SOLIDWORKS PDM Professional