RVTDocs.com

FabricationPart.ProductListEntry

Property
Description:
The product entry index of the fabrication part. A value of -1 indicates the fabrication part is not a product list.
Remarks:
The product list is a catalog of available sizes for the part and the index refers to the entry on this list.
Syntax
public int ProductListEntry { get; set; }
Exceptions
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.