Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / Harness Class / Objects Property

In This Topic
    Objects Property (Harness)
    In This Topic
    Returns an array of StorableObjects which contains the same harness name in property HARNESS_NAME
    Syntax
    public StorableObject[] Objects {get;}
    public:
    property array<StorableObject^>^ Objects {
       array<StorableObject^>^ get();
    }
    See Also