<Code Lib>
2020 Constructor
Changes 0
C

ServerPath()

Description:
Constructs a ServerPath

public ServerPath(
	string centralServerLocation,
	string path
)

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

Loading…