API Help
Eplan.EplApi.DataModel Namespace / IPlaceHolder Interface / AssignedObjects Property

In This Topic
    AssignedObjects Property (IPlaceHolder)
    In This Topic
    Gets/Sets a list of StorableObject references to a PlaceHolder object. The originally assigned references are replaced.
    Syntax
    StorableObject[] AssignedObjects {get; set;}
    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