FabricationConfigurationInfoGetProfiles Method |
Return the profiles in the fabrication configuration.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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