FabricationConfigurationInfoGetProfiles Method

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

Return Value

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