FabricationPart.GetProductListEntryName Method
Gets the specified product list entry name.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public string GetProductListEntryName( int index )
Parameters
index
Int32
The product entry index.
Return Value
String
Returns the specified product entry name.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
The product entry index is not larger than 0 and less than GetProductCount.
See Also
Reference
FabricationPart Class
Autodesk.Revit.DB Namespace