Revit 2023 API |
ExportLayerTable..::..GetValues Method |
ExportLayerTable Class See Also |
Returns all the values stored in the map.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014
Syntax
C# |
---|
public IList<ExportLayerInfo> GetValues() |
Visual Basic |
---|
Public Function GetValues As IList(Of ExportLayerInfo) |
Visual C++ |
---|
public: IList<ExportLayerInfo^>^ GetValues() |