FabricationConfigurationInfo.GetProfiles Method

FabricationConfigurationInfoGetProfiles Method

Return the profiles in the fabrication configuration.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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
Remarks
The global profile name is empty, and is not returned here.
See Also