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()

Return Value

IListString
Remarks
The global profile name is empty, and is not returned here.
See Also