Table of Contents

Class IsTaskAttribute

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

Use this to make an add-in a task

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

Constructors

IsTaskAttribute(bool)

public IsTaskAttribute(bool isTask)

Parameters

isTask bool

Properties

IsTask

Gets or sets whether the add-in is a custom task.

public bool IsTask { get; set; }

Property Value

bool