API Help
Eplan.EplApi.DataModel.EObjects Namespace / Harness Class / AllObjects Property

In This Topic
    AllObjects Property
    In This Topic
    Returns an array of StorableObjects which contains the same harness name in property HARNESS_NAME and additionally all connections connected to the connectors marked with harness name.
    Syntax
    public StorableObject[] AllObjects {get;}
    public:
    property array<StorableObject^>^ AllObjects {
       array<StorableObject^>^ get();
    }
    See Also