Revit 2023 API |
FunctionId..::..Function Property |
FunctionId Class See Also |
The name of the function throwing an exception.
Namespace: Autodesk.Revit.Exceptions
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public string Function { get; } |
Visual Basic |
---|
Public ReadOnly Property Function As String Get |
Visual C++ |
---|
public: property String^ Function { String^ get (); } |