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


Creates a copy of an IEdmPos5 object.

Syntax

Visual Basic 
Function Clone() As IEdmPos5
C# 
IEdmPos5 Clone()
C++/CLI 
IEdmPos5^ Clone(); 

Return Value

Copy of an IEdmPos5 object

Remarks

C++ users must release the returned pointer.

You can use a copy of an IEdmPos5 object as a bookmark in an enumeration that you are performing with this object.

Return code S_OK indicates that the method successfully executed.

 

See Also

Availability

Version 5.2 of SOLIDWORKS PDM Professional