Return the profile of the loaded fabrication configuration. Return empty string for global profile.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2016

Syntax

C#
public string GetProfile()
Visual Basic
Public Function GetProfile As String
Visual C++
public:
String^ GetProfile()

See Also