Click or drag to resize

GH_DocumentServerAddDocument Method

Overload List
  NameDescription
Public methodAddDocument(GH_Document)
Add a new document to the global list. If the document is already registered nothing will happen. This also applies to a different document which points to the same file path
Public methodAddDocument(GH_Document, Boolean)
Add a new document to the global list. If the document is already registered nothing will happen. This also applies to a different document which points to the same file path
Public methodAddDocument(String, Boolean)
Add a new document to the global list. If there already is a document with the given path, it will be made active.
Top
See Also