Eplan Platform API
Eplan.EplApi.DataModel.Revisions Namespace / ComparisonEntry Class / ObjectIdOfComparedObject Property

In This Topic
    ObjectIdOfComparedObject Property
    In This Topic
    Returns id of compared object.
    Syntax
    public long ObjectIdOfComparedObject {get;}
    public:
    property int64 ObjectIdOfComparedObject {
       int64 get();
    }

    Property Value

    the number of the object.
    Exceptions
    ExceptionDescription
    Thrown when the object is invalid.
    See Also