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