2027 Class
Changes 0
C

WorksetId

Description:
WorksetId identifies a workset within a single document.
Remarks:
WorksetId is not guaranteed to be unique. It is only valid within one model and its value may change when the model is synchronized with central. If unique identification of a workset is needed, the workset's GUID should be used instead.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.WorksetId
public class WorksetId
Name Return Type Description Inherited From
C WorksetId(Int32) None Create an WorksetId handle with the given integer id.
Name Return Type Description Inherited From
M Compare(WorksetId) Int32 Compares two WorksetIds.
M Equals(Object) Boolean Determines whether the specified Object is equal to the current Object . (Overrides Object . Equals(Object) )
M GetHashCode() Int32 Gets the integer value of the id as hash code (Overrides Object . GetHashCode () )
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString() String Gets a String representation of the integer value of the id. (Overrides Object . ToString () )
Name Return Type Description Inherited From
O Equality(WorksetId, WorksetId) Boolean Determines whether these two WorksetIds are the same.
O GreaterThan(WorksetId, WorksetId) Boolean Determines whether one WorksetId is greater than another WorksetId.
O GreaterThanOrEqual(WorksetId, WorksetId) Boolean Determines whether one WorksetId is not less than another WorksetId.
O Inequality(WorksetId, WorksetId) Boolean Determines whether these two WorksetIds are different.
O LessThan(WorksetId, WorksetId) Boolean Determines whether this WorksetId is less than another WorksetId.
O LessThanOrEqual(WorksetId, WorksetId) Boolean Determines whether one WorksetId is not greater than another WorksetId.
Name Return Type Description Inherited From
P IntegerValue int Provides the value of the WorksetId as an integer.
P InvalidWorksetId WorksetId Get the invalid WorksetId whose IntegerValue is -1.