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


Obsolete. Superseded by EdmRevComponent2.

Syntax

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

Example

struct EdmRevComponent

{
  integer mlComponentID;
  string mbsComponentName;
};

Remarks

Returned by IEdmRevisionMgr::GetRevisionNumberComponents, which is obsolete and superseded by IEdmRevisionMgr2.::GetRevisionNumberComponents2, which returns EdmRevComponent2.

The struct contains the component information.

See Also

Availability

SOLIDWORKS PDM Professional 2007