Name | Description | |
---|---|---|
![]() | AddRecord | Adds a new record with the specified name to the PlaceHolder object. |
![]() | AddReference | Adds the reference of a Placement object to the placeholder. |
![]() | AddVariable | Adds a new variable to the PlaceHolder object. |
![]() | ApplyRecord | Overloaded. Applies a record of values on a PlaceHolder object. |
![]() | CopyTo | Overloaded. Copy Placement and insert the Copy into destination group. Copied placement will be inserted into desired project of destination group. If this placement is temporary, the copy will be persistent, if the destination group is also persistent. Group or Page, where the placement will be inserted. Defines whether a layer should be matched by name. (Inherited from Eplan.EplApi.DataModel.Placement) |
![]() | Create | Creates a new PlaceHolder object on the specified Page. |
![]() | CreateTransient | Overridden. Creates transient and not placed PlaceHolder object. |
![]() | DeleteRecord | Overloaded. Deletes a record. |
![]() | DeleteUnusedVariables | Deletes all unused variables. |
![]() | DeleteVariable | Deletes a variable. |
![]() | Dispose() | Destructor for deterministic finalization of PlaceHolder object. (Inherited from Eplan.EplApi.DataModel.StorableObject) |
![]() | Equals | Operator of comparison implementation. Checks if two StorableObjects refer to the same object in the project. (Inherited from Eplan.EplApi.DataModel.StorableObject) |
![]() | FindRecord | Finds a record by name. |
![]() | FindReference | Finds an object in the list of object referenced by a PlaceHolder. |
![]() | FindVariable | Finds a variable, specified by its name. |
![]() | GetBoundingBox | Placement bounding box. Bounding box is a rectangle which contain this placement. It can be also used to determine placement size. (Inherited from Eplan.EplApi.DataModel.Placement) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Eplan.EplApi.DataModel.StorableObject) |
![]() | GetPropertyEntry | Gets a value or variable on a property of an object referenced by a PlaceHolder. |
![]() | GetRecordNames | \Returns the names of all records in the nIndex-th PlaceHolder of a Macro. |
![]() | GetValue | Gets the value of a variable for a record. |
![]() | GetValues | Returns the values of all variables in the nIndex-th PlaceHolder of a Macro variant for a given record. |
![]() | GetVariableNames | \Returns the names of all variables in the nIndex-th PlaceHolder of a Macro variant. |
![]() | IsVariableValid | Verifies the correctness if a variable name of a placeholder. If a variable name contains invalid characters, this method \returns false. |
![]() | LockObject | Tries to lock current object in database for exclusive access. Throws Eplan.EplApi.Base.LockingException on failure. (Inherited from Eplan.EplApi.DataModel.StorableObject) |
![]() | Remove | Removes placement. (Inherited from Eplan.EplApi.DataModel.Placement) |
![]() | RemoveInvalidObjectReferences | Removes invalid (e.g. deleted) object references from a PlaceHolder. |
![]() | RemoveObjectReferences | Removes object references from a PlaceHolder. |
![]() | Scale | Overloaded. Scales the placement (or group of placements) by the specified factors in X and Y axis with scaling origin point specified by the ptOrigin parameter X axis factor. E.g. value of 2 makes the width two times bigger.Y axis factor. E.g. value of 0.5 makes the height two times smaller.Scaling origin point. (Inherited from Eplan.EplApi.DataModel.Placement) |
![]() | SetPropertyEntry | Sets a value or variable on a property of an object referenced by a PlaceHolder. The reference of the object will be added to the PlaceHolder if necessary. |
![]() | SetValue | Sets the value of a variable for a record. |
![]() | SetVisibilityDependingOnLayer | This method sets the visibility of the graphical instance to depend on the layer setting (Inherited from Eplan.EplApi.DataModel.Graphics.GraphicalPlacement) |
![]() | SmartLock | Tries to lock current object. If object is Eplan.EplApi.DataModel.Placement - it's page will be locked as well; Eplan.EplApi.DataModel.E3D.Placement3D locks it's installation space; Eplan.EplApi.DataModel.Function locks all it's connections and connection definition points; Eplan.EplApi.DataModel.Page locks all placements from this page. Throws Eplan.EplApi.Base.LockingException on failure. (Inherited from Eplan.EplApi.DataModel.StorableObject) |
![]() | ToStringIdentifier | Returns this object as string identifier. (Inherited from Eplan.EplApi.DataModel.StorableObject) |