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

In This Topic
    ChangeType Property
    In This Topic
    Shows whether the object was changed, deleted, or newly inserted.
    Syntax
    public ComparisonEntry.StateType ChangeType {get;}
    public:
    property ComparisonEntry.StateType ChangeType {
       ComparisonEntry.StateType get();
    }
    See Also