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

In This Topic
    Object Property
    In This Topic
    Returns object which was changed/added or null if object was deleted.
    Syntax
    public StorableObject Object {get;}
    public:
    property StorableObject^ Object {
       StorableObject^ get();
    }
    See Also