RevitLinkTypeIsFromRevitServer Method |
Checks whether the Revit link is located on Revit Server.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsFromRevitServer()
Public Function IsFromRevitServer As Boolean
public:
bool IsFromRevitServer()
member IsFromRevitServer : unit -> bool
Return Value
Boolean
Returns true if the Revit link is located on Revit Server.
See Also