Eplan Platform API
Eplan.EplApi.DataModel Namespace / IPlaceHolder Interface

In This Topic
    IPlaceHolder Interface Methods
    In This Topic

    For a list of all members of this type, see IPlaceHolder members.

    Public Methods
     NameDescription
     MethodAdds a new record with the specified name to the Placeholder3D object.  
     MethodAdds a new variable to the Placeholder3D object.  
     MethodOverloaded. Applies a record of values on a PlaceHolder object.  
     MethodOverloaded. Deletes a record.  
     MethodDeletes all unused variables.  
     MethodDeletes a variable.  
     MethodFinds a record by name.  
     MethodFinds a variable, specified by its name.  
     Method\Returns the names of all records in the nIndex-th PlaceHolder of a Macro.  
     MethodGets the value of a variable for a record.  
     Method\Returns the values of all variables in the nIndex-th PlaceHolder of a Macro variant for a given record.  
     Method\Returns the names of all variables in the nIndex-th PlaceHolder of a Macro variant.  
     MethodVerifies the correctness if a variable name of a placeholder. If a variable name contains invalid characters, this method \returns false.  
     MethodRemoves invalid (e.g. deleted) object references from a PlaceHolder.  
     MethodRemoves object references from a PlaceHolder.  
     MethodSets the value of a variable for a record.  
    Top
    See Also