| Visual Basic | |
|---|---|
Public Structure EdmRevNo Inherits System.ValueType | |
| C# | |
|---|---|
public struct EdmRevNo : System.ValueType | |
| C++/CLI | |
|---|---|
public value class EdmRevNo : public System.ValueType | |
struct EdmRevNo{
integer mlRevNoID;
string mbsRevNoName;
string mbsData;
};
You can get the components of a revision number by calling IEdmRevisionMgr2::GetRevisionNumberComponents2 and passing a negative value to the EdmRevNo struct's mlRevNoID field as the argument.
SOLIDWORKS PDM Professional 2007 SP03