Revit 2026 API
Fabrication |
Return the profiles in the fabrication configuration.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<string> GetProfiles()
Public Function GetProfiles As IList(Of String)
public: IList<String^>^ GetProfiles()
member GetProfiles : unit -> IList<string>
Return Value
IListString
The global profile name is empty, and is not returned here.
See Also