Eplan Platform API
Eplan.EplApi.DataModel.Revisions Namespace / ComparisonEntryDetail Class / Properties Property

In This Topic
    Properties Property (ComparisonEntryDetail)
    In This Topic
    EPLAN properties of the ComparisonEntryDetail object.
    Syntax
    public new StorableObjectPropertyList Properties {get;}
    public:
    new property StorableObjectPropertyList^ Properties {
       StorableObjectPropertyList^ get();
    }
    Remarks
    ComparisonEntryDetail object has only one EPLAN property - PROPUSER_DBOBJECTID - which is used for identification. Other properties of ComparisonEntryDetail objects are accessed directly through the class' members.
    See Also