The product entry index of the fabrication part. A value of -1 indicates the fabrication part is not a product list.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public int ProductListEntry { get; set; }
Property Value
Int32Exceptions
Exception | Condition |
---|---|
ArgumentException | When setting this property: modifying the product entry will cause the dimensions of connected ends to change. |
ArgumentOutOfRangeException | When setting this property: The product entry index is not larger than 0 and less than GetProductCount. |
InvalidOperationException | When setting this property: -or- When setting this property: the product entry fails to be set by index: productEntryIndex. |