Revit 2020.1 API |
ApplicationException..::..FunctionId Property |
ApplicationException Class See Also |
The information of the function throwing the exception.
Namespace: Autodesk.Revit.Exceptions
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
C# |
---|
public FunctionId FunctionId { get; } |
Visual Basic |
---|
Public ReadOnly Property FunctionId As FunctionId Get |
Visual C++ |
---|
public: property FunctionId^ FunctionId { FunctionId^ get (); } |