2024 Members
Changes 7
M

WorksetTable

Name Return Type Description Inherited From
M CanDeleteWorkset(Document, WorksetId, DeleteWorksetSettings) bool Indicates if a workset can be deleted.
M DeleteWorkset(Document, WorksetId, DeleteWorksetSettings) None Delete the specific workset.
M Dispose() None Releases all resources used by the WorksetTable
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetActiveWorksetId() WorksetId Returns the active workset's WorksetId.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M GetWorkset(Guid) nullNothingnullptr Returns the workset from a input Guid.
M GetWorkset(WorksetId) nullNothingnullptr Returns the workset from a input WorksetId.
M IsWorksetNameUnique(Document, String) bool Checks if the given workset name is unique in the document.
M RenameWorkset(Document, WorksetId, String) None Renames the workset.
M SetActiveWorksetId(WorksetId) None Sets the active workset.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.