SOLIDWORKS PDM Professional API Help Send Feedback
EditVariables Method (IEdmVariableMgr5)
See Also  Example
EPDM.Interop.epdm Namespace > IEdmVariableMgr5 Interface : EditVariables Method (IEdmVariableMgr5)


hParentWnd
Parent window handle
Displays the Edit Variables dialog box.

Syntax

Visual Basic 
Function EditVariables( _
   ByVal hParentWnd As System.Integer _
) As System.Boolean
C# 
System.bool EditVariables( 
   System.int hParentWnd
)
C++/CLI 
System.bool EditVariables( 
&   System.int hParentWnd
) 

Parameters

hParentWnd
Parent window handle

Return Value

True if one or more variables are updated; false if not

Example

Remarks

Return codes: 

  • S_OK: The method successfully executed.
  • E_EDM_PERMISSION_DENIED: The user lacks permission to edit variables.
 

See Also

Availability

SOLIDWORKS PDM Professional Version 5.2