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


Holds information about a single revision number component.

Syntax

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

Example

struct EdmRevComponent2{
  integer mlComponentID;
  string mbsComponentName;
  integer mlEdmRevComponentFlags;
  string mbsData;
  integer mlRecipientID;
  integer mlInitialCounter;
};

Example

Remarks

You can obtain this structure by calling IEdmRevisionMgr2::GetRevisionNumberComponents2.

See Also

Availability

SOLIDWORKS PDM Professional 2007 SP03