FabricationPart.ProductListEntry Property

FabricationPartProductListEntry Property

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: 25.3.0.0 (25.3.0.0)
Syntax
public int ProductListEntry { get; set; }
Public Property ProductListEntry As Integer
	Get
	Set
public:
property int ProductListEntry {
	int get ();
	void set (int value);
}
member ProductListEntry : int with get, set

Property Value

Int32
Exceptions
ExceptionCondition
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.
Remarks
The product list is a catalog of available sizes for the part and the index refers to the entry on this list.
See Also