Table of Contents

Enum CustomAttributeDefinition_type

Namespace
Autodesk.ACC.Issues.Models
Assembly
Autodesk.ACC.Issues.dll

The type of attribute. Possible values: numeric, paragraph, list (this corresponds to dropdown in the UI), text.

public enum CustomAttributeDefinition_type

Fields

[EnumMember(Value = "list")] List = 2
[EnumMember(Value = "numeric")] Numeric = 0
[EnumMember(Value = "paragraph")] Paragraph = 1
[EnumMember(Value = "text")] Text = 3