| Visual Basic | |
|---|---|
Sub Rename( _ ByVal bsName As System.String, _ ByVal hParentWnd As System.Integer _ ) | |
| C# | |
|---|---|
void Rename( System.string bsName, System.int hParentWnd ) | |
| C++/CLI | |
|---|---|
void Rename( & System.String^ bsName, & System.int hParentWnd ) | |
Parameters
- bsName
- New name of label
- hParentWnd
- Parent window handle; passed to add-ins that have registered the hooks, EdmCmdData.EdmCmd_PreLabelModify and EdmCmdData.EdmCmd_PostLabelModify
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2011