ExportLayerTable.GetValues Method

ExportLayerTableGetValues Method

Returns all the values stored in the map.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<ExportLayerInfo> GetValues()
Public Function GetValues As IList(Of ExportLayerInfo)
public:
IList<ExportLayerInfo^>^ GetValues()
member GetValues : unit -> IList<ExportLayerInfo> 

Return Value

IListExportLayerInfo
Return the info array.
See Also