<Code Lib>
2026 Constructor
Changes 0
C

ServerPath()

Description:
Constructs a ServerPath

public ServerPath(
	string centralServerLocation,
	string path
)

  • String
    centralServerLocation
    The name of the central Revit server
  • String
    path
    The path of the model. This path must be relative.

Loading…