SOLIDWORKS PDM Professional API Help Send Feedback
VersionNo Property (IEdmRevision5)
See Also  Example
EPDM.Interop.epdm Namespace > IEdmRevision5 Interface : VersionNo Property (IEdmRevision5)


Gets the version number of the version on which this revision is set.

Syntax

Visual Basic 
ReadOnly Property VersionNo As System.Integer
C# 
System.int VersionNo {get;}
C++/CLI 
property System.int VersionNo {
   System.int get();
}

Property Value

Version number

Example

See Also