2024 Members
Changes 8
M

ElementId

Name Return Type Description Inherited From
M Compare(ElementId) int Compares two element ids.
M Equals(Object) bool Determines whether the specified Object is equal to the current Object . (Overrides Object . Equals(Object) .)
M GetHashCode() int Gets the 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 Parse(String) ElementId string represented. Parse the string representation of the id into a corresponding ElementId.
M ToString() string Gets a String representation of the value of the id. (Overrides Object . ToString . .)
M TryParse(String, ElementId%) bool Parse the string representation of the id into a corresponding ElementId.
Name Return Type Description Inherited From
P IntegerValue int Obsolete. Provides the value of the element id as a 32-bit integer.
P InvalidElementId ElementId Get the invalid ElementId whose value is -1.
P Value long Provides the value of the element id as a 64-bit integer.