Revit 2020.1 API |
LinkLoadResult..::..LoadResult Property |
LinkLoadResult Class See Also |
Holds the results of creating or loading a link. Results can be LinkLoadResultType.LinkLoaded
for success, or a variety of errors. See LinkLoadResultType for the full list.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2013
Syntax
C# |
---|
public LinkLoadResultType LoadResult { get; } |
Visual Basic |
---|
Public ReadOnly Property LoadResult As LinkLoadResultType Get |
Visual C++ |
---|
public: property LinkLoadResultType LoadResult { LinkLoadResultType get (); } |