|
M
Compare(ElementId)
|
Int32
|
Compares two element ids.
|
|
|
M
CompareTo(Object)
|
Int32
|
Compares two element ids. Implementation of System.IComparable interface
|
|
|
M
Equals(Object)
|
Boolean
|
Determines whether the specified Object is equal to the current Object . (Overrides Object . Equals(Object) )
|
|
|
M
GetHashCode()
|
Int32
|
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
|
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%)
|
Boolean
|
Parse the string representation of the id into a corresponding ElementId.
|
|