Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / PartVersion Class
Properties Methods

In This Topic
    PartVersion Class Members
    In This Topic

    The following tables list the members exposed by PartVersion.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Get the major part of the version number.  
    Public Property Get the minor part of the version number.  
    Public Property Get the revision part of the version number.  
    Top
    Public Methods
     NameDescription
    Public Method Compare two version numbers stored in two PartVersion objects.  
    Public Method Check if the version number is valid. See the constructor's description for valid ranges. All numbers must be within the valid range.  
    Public Method Convert the major and minor parts of the version number into the string value. The output string is formatted: <major>.<minor> , example: 1.0  
    Public Method Convert version number into int number which is used as input of several methods. The output number is a decimal number where M - major part, I - minor part, R - revision: MMIIRRRR. For example: 1.5.7 -> 1050007  
    Public MethodReturns a string that represents the current object.  
    Top
    Public Operators
    Overloaded.  Converts PartVersion object to int.
    Top
    See Also