| Revit 2020 API |
| ExportLineweightTable..::..GetValues Method |
| ExportLineweightTable Class See Also |
Returns all the values stored in the map.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public IList<ExportLineweightInfo> GetValues() |
| Visual Basic |
|---|
Public Function GetValues As IList(Of ExportLineweightInfo) |
| Visual C++ |
|---|
public: IList<ExportLineweightInfo^>^ GetValues() |