Eplan Platform API
Eplan.EplApi.DataModel Namespace / StorableObject Class / CrossReferencedObjectsAll Property

In This Topic
    CrossReferencedObjectsAll Property
    In This Topic
    Returns an array of objects cross-referenced with this object (i.e. having the same name - in case of functions - or otherwise associated)
    Syntax
    public StorableObject[] CrossReferencedObjectsAll {get;}
    public:
    property array<StorableObject^>^ CrossReferencedObjectsAll {
       array<StorableObject^>^ get();
    }
    See Also