Returns all the values stored in the map.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public IList<ExportLinetypeInfo> GetValues() |
| Visual Basic |
|---|
Public Function GetValues As IList(Of ExportLinetypeInfo) |
| Visual C++ |
|---|
public: IList<ExportLinetypeInfo^>^ GetValues() |