Compares this ModelPath with another
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2012
Syntax
Visual Basic |
---|
Public Function Compare ( _
otherPath As ModelPath _
) As Integer |
Visual C++ |
---|
public:
int Compare(
ModelPath^ otherPath
) |
Return Value
A signed integer indicating the lexical relationship between
two ModelPaths. Value is less than zero if this path is less than
the given path; zero if the two are the same; and more than zero otherwise
Remarks
Exceptions
See Also