Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / AssignedObjects Property

In This Topic
    AssignedObjects Property (PlaceHolder3D)
    In This Topic
    Gets/Sets a list of StorableObject references to a PlaceHolder3D object. The originally assigned references are replaced.
    Syntax
    public virtual StorableObject[] AssignedObjects {get; set;}
    public:
    virtual property array<StorableObject^>^ AssignedObjects {
       array<StorableObject^>^ get();
       void set (    array<StorableObject^>^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown in case of missing parameters.
    Thrown in case of invalid arguments.
    The internal interface for place holders could not be created.
    See Also