ModelSharingHandler Methods

The ModelSharingHandler type exposes the following members.

Methods
  NameDescription
Public methodCreateBaselineAsync
Make a new baseline and upload it to the service with the specified code and comment.
Public methodExcludeAndOpen
Excludes the specified model from sharing and opens it. The currently opened model is closed.
Public methodGetLocationsAsync
Gets the list of available locations for shared models.
Public methodGetModelsAsync
Gets the list of shared models available for the current user.
Public methodGetSharingEvents
Gets an instance of ISharingEvents to subscribe to sharing-related events.
Public methodGetUpdatesAsync
Get available updates for the model.
Public methodInviteUserAsync
Invite sharing user.
Public methodJoinAsync
Joins a shared model using the specified model identifier and join folder.
Public methodReadInAsync
Reads in updates to the shared model.
Public methodReleaseNextWriteOutAsync
Releases a previously reserved next write-out for the current user with the specified comment.
Public methodRemoveModelAsync
Removes the shared model from the system.
Public methodReserveNextWriteOutAsync
Reserves the next write-out for the current user with the specified comment.
Public methodStartSharingAsync
Starts sharing a model with the specified code, description, and location.
Public methodWriteOutAsync
Writes out changes to the service with the specified code and comment. Automatically release the next write-out reservation if there is one.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next