Table of Contents

Class RequiredVersionAttribute

Namespace
BlueByte.SOLIDWORKS.PDMProfessional.SDK.Attributes
Assembly
BlueByte.SOLIDWORKS.PDMProfessional.SDK.dll

Minium supported PDM Version.

public class RequiredVersionAttribute : Attribute, _Attribute
Inheritance
RequiredVersionAttribute
Implements
Inherited Members

Constructors

RequiredVersionAttribute(Year_e, ServicePack_e)

Initializes a new instance of the RequiredVersionAttribute class.

public RequiredVersionAttribute(Year_e PDMYear, ServicePack_e ServicePack)

Parameters

PDMYear Year_e

The PDM year.

ServicePack ServicePack_e

The service pack.

RequiredVersionAttribute(int, int)

Initializes a new instance of the RequiredVersionAttribute class.

public RequiredVersionAttribute(int major, int minor)

Parameters

major int

The major.

minor int

The minor.

Properties

Major

Gets or sets the major.

public int Major { get; set; }

Property Value

int

The major.

Minor

Gets or sets the minor.

public int Minor { get; set; }

Property Value

int

The minor.

See Also