SOLIDWORKS PDM Professional API Help Send Feedback
EdmSelectionObject Structure
See Also  Members  
EPDM.Interop.epdm Namespace : EdmSelectionObject Structure


Contains data returned from IEdmSelectionList6::GetNext2.

Syntax

Visual Basic 
Public Structure EdmSelectionObject 
   Inherits System.ValueType
C# 
public struct EdmSelectionObject : System.ValueType 
C++/CLI 
public value class EdmSelectionObject : public System.ValueType 

Example

struct EdmSelectionObject{
  EdmObjectType meType;
  string mbsPath;
  integer mlID;
  integer mlProjectID;
  integer mlGetVersion;
  integer mlLocalVersion;
  integer mlLatestVersion;
};

Example

See Also

Availability

SOLIDWORKS PDM Professional 2010