mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-21 03:15:33 +00:00
70 lines
2.0 KiB
Plaintext
70 lines
2.0 KiB
Plaintext
================================================
|
|
Rest Server Viewer
|
|
Revit Server REST API Sample Application
|
|
================================================
|
|
-----------------
|
|
RevitServerViewer
|
|
-----------------
|
|
|
|
Description
|
|
-----------
|
|
This sample demonstrates the usage of Revit Server REST API for
|
|
querying the information from the server.
|
|
|
|
System Requirements
|
|
-------------------
|
|
This sample is written using Microsoft Visual Studio 2012 Update 4.
|
|
The version of Revit Server is 2012 ~ 2018.
|
|
|
|
Usage
|
|
-----
|
|
This is a standalone executable. Build the project, and simply run
|
|
the program. In the dialog presented, type in the name of the server
|
|
or IP address in the text box, and click "Connect".
|
|
The sample lists the contents of the server and then shows
|
|
information about the item you select in the tree control.
|
|
|
|
Uninstallation
|
|
--------------
|
|
Not applicable.
|
|
|
|
Known Issues
|
|
------------
|
|
|
|
Author
|
|
------
|
|
This sample was written by Adam Nagy of Developer Technical Services.
|
|
|
|
Acknowledgements
|
|
----------------
|
|
|
|
Further Reading
|
|
---------------
|
|
"Revit Server REST API Reference.pdf" found under
|
|
<Revit SDK>\Revit Server SDK\
|
|
|
|
Feedback
|
|
--------
|
|
Submit a case through DHO (DevHelp Online) on the ADN site
|
|
(adn.autodek.com).
|
|
|
|
Release History
|
|
---------------
|
|
|
|
1.0 Original release
|
|
1.0.1 Update for Release 2018 with .NET 4.5
|
|
|
|
(C) Copyright 2014 by Autodesk, Inc.
|
|
|
|
Permission to use, copy, modify, and distribute this software in
|
|
object code form for any purpose and without fee is hereby granted,
|
|
provided that the above copyright notice appears in all copies and
|
|
that both that copyright notice and the limited warranty and
|
|
restricted rights notice below appear in all supporting
|
|
documentation.
|
|
|
|
AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
|
|
AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
|
|
MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
|
|
DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
|
|
UNINTERRUPTED OR ERROR FREE. |