Table of Contents

Class AddInVersionAttribute

Namespace
BlueByte.SOLIDWORKS.PDMProfessional.SDK.Attributes
Assembly
BlueByte.SOLIDWORKS.PDMProfessional.SDK.dll
public class AddInVersionAttribute : Attribute, _Attribute
Inheritance
AddInVersionAttribute
Implements
Inherited Members

Constructors

AddInVersionAttribute(bool, int)

public AddInVersionAttribute(bool useAssemblyFileRevision, int version = 0)

Parameters

useAssemblyFileRevision bool
version int

Properties

UseAssemblyFileRevision

Use this option for frequent builds.

public bool UseAssemblyFileRevision { get; set; }

Property Value

bool

Version

Specific version.

public int Version { get; set; }

Property Value

int