Gets the specified product list entry name.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2016 Subscription Release
Syntax
| C# |
|---|
public string GetProductListEntryName(
int index
) |
| Visual Basic |
|---|
Public Function GetProductListEntryName ( _
index As Integer _
) As String |
| Visual C++ |
|---|
public:
String^ GetProductListEntryName(
int index
) |
Parameters
- index
- Type: System..::..Int32
The product entry index.
Return Value
Returns the specified product entry name.
Exceptions
See Also